简体   繁体   English

如何将Payu本机SDK与iOS和Android应用程序集成

[英]How to integrate payu native sdk with ios and android app

I am new with iOS and Android. 我是iOS和Android的新手。 Can any one help me out to integrate PayU native SDK with iOS and Android app? 谁能帮我将PayU本机SDK与iOS和Android应用程序集成? This app is not native, its using HTML/CSS stuff. 这个程序不是本地的,它使用HTML / CSS东西。

Or is there any reference site which is using it? 还是有使用它的参考站点?

Thanks. 谢谢。

Yes PayU has there own SDK for both android and iOS. 是的,PayU拥有自己的Android和iOS SDK。 You need to get in touch with payU guys to share the SDK and documentation for integration. 您需要与payU人员联系,以共享SDK和文档以进行集成。

Here is the github link for payu sdk with examples. 这是带示例的payu sdk的github链接。 But you have to ask for the permission from payu guys. 但是,您必须征得Payu家伙的许可。

Reference app already using sdk 参考应用已使用SDK

PayUmoney has SDK for native android app. PayUmoney具有适用于本机android应用程序的SDK。 You must add these dependency in gradle file 您必须在gradle文件中添加这些依赖项

    implementation 'com.payumoney.core:payumoney-sdk:7.4.4'
    implementation  'com.payumoney.sdkui:plug-n-play:1.4.4'

There are few step that you should follow to integrate payumoney payment gateway in android app. 在Android应用程序中集成Payumoney付款网关应遵循的步骤很少。

You can Download example app, android source code and PHP files in this link 您可以在此链接中下载示例应用程序, Android源代码和PHP文件

Please create merchant account on https://www.payumoney.com/merchant-dashboard/ 请在https://www.payumoney.com/merchant-dashboard/上创建商家帐户

Step 1 get merchant key and salt 步骤1获取商家密钥和盐

Step 2 upload server side PHP files for checksum HASH 第2步上传服务器端PHP文件以获取校验和HASH

Step 3 add dependency 步骤3添加依赖性

Step 4 get checksum hash 步骤4获取校验和哈希

Step 5 start transactions 步骤5开始交易

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM