i am developing on E-commerce app for selling physical goods. so i need one payment gateway. but my company having only PayU Payment gateway account only. my question is it working for mobile apps ?
Asked
Active
Viewed 5,928 times
3 Answers
2
Yes I have successfully implemented PayU in an Android app. Made an example app you can look at.

PotatoJam
- 319
- 1
- 4
- 13
1
PayU has there own SDK for both android and iOS. You need to get in touch with payU guys to share the SDK and documentation for integration like payumoney is private repository.
Here is the github link for payu sdk with examples. But you have to ask for the permission from payu guys.

Ajay Pandya
- 2,417
- 4
- 29
- 65
-
This is the proper guide for integrating PayU, in all platforms. +1 – Kishor Pawar Sep 25 '15 at 10:11
0
download demo project from here github project link
and change int env = PayuConstants.STAGING_ENV;
this will do for test mode for payubiz
if you want to integrate payumoney you have to get sdk from support team they are really helpful

bambi
- 33
- 8