How to generate “checksumGenerationURL” and “checksumValidationURL” in iOS PayTm integration?

前端 未结 2 2111
谎友^
谎友^ 2020-12-18 09:47

I want to integrate Paytm SDK in my app. I have MerchantId and Merchant key. But i don\'t have those Urls. How to generate those URLS?

2条回答
  •  北荒
    北荒 (楼主)
    2020-12-18 10:03

    You can generate checksum from your server only (it is for SDK 2.0 and latest version ). Paytm do provide PHP file (java, python too) for checksum generation that you need to upload on your server. once upload done then change the merchant key - go inside lib folder and update key on config.paytm.php file . You can get reference from here for checksum generation using PHP file and the android code - http://www.blueappsoftware.in/android/blog/paytm-integration-sdk-2-1-android/

提交回复
热议问题