How to integrate TEST PayU Payment Gateway in android application?

后端 未结 8 1418
鱼传尺愫
鱼传尺愫 2021-02-08 22:40

I am new in Payment Gateway. Currently, I am working on a mobile app where I need to integrate PayU payment gateway in android app.

So far, I have created a code for TES

8条回答
  •  遥遥无期
    2021-02-08 23:26

    PayUmoney merchant dashboard - at right top you will see "Live Mode" just toggle it to make is "Test Mode". The Android app integration of PayUmoney is simple. Add these dependency in gradle file

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

    You can find PHP checksum Hash files and android source code in this reference link.

提交回复
热议问题