Mahendran SelvaKasi
Mahendran SelvaKasi

Reputation: 115

How can i implement payumoney integration in android?

How can I implement payumoney integration in Android? Success and failure url is must for that? How to redirect to the application after successful transaction?

Upvotes: 0

Views: 1833

Answers (3)

Coding Knowledge
Coding Knowledge

Reputation: 16

PayUmoney payment gateway integration in android app is very simple. first create a merchat account on payumoney.com https://www.payumoney.com/merchant-dashboard/

Step By Step process

Step 1 get merchant key and salt key from payUmoney dashboard

Step 2 upload server side PHP files for checksum HASH key

Step 3 add dependency in android gradle file

please check below video for more details https://youtu.be/exO1DdGnRhU https://youtu.be/0_o-5iOq6iA

Upvotes: 0

Kamal Bunkar
Kamal Bunkar

Reputation: 1452

PayUmoney payment gateway integration in android app is very simple. first create a merchat account on payumoney.com https://www.payumoney.com/merchant-dashboard/

Step By Step process

Step 1 get merchant key and salt key from payUmoney dashboard

Step 2 upload server side PHP files for checksum HASH key

Step 3 add dependency in android gradle file

Step 4 get checksum hash using retrofit

Step 5 start payumoney payment transactions

You can download the PHP server files and android code from this reference link

Upvotes: 0

Mahendran SelvaKasi
Mahendran SelvaKasi

Reputation: 115

https://github.com/payu-intrepos/Android-SDK-Sample-App

Using above link implemented successfully. thanks to all who are response.

Upvotes: 1

Related Questions