3

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 ?

tomrozb
  • 25,773
  • 31
  • 101
  • 122
veeresh
  • 59
  • 1
  • 6

3 Answers3

2

Yes I have successfully implemented PayU in an Android app. Made an example app you can look at.

https://github.com/pjtfernandes/PayUTestApp

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.

https://github.com/orgs/payu-intrepos

Ajay Pandya
  • 2,417
  • 4
  • 29
  • 65
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