Reputation: 59
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 ?
Upvotes: 3
Views: 5951
Reputation: 33
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
Upvotes: 0
Reputation: 2457
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
Upvotes: 1
Reputation: 318
Yes I have successfully implemented PayU in an Android app. Made an example app you can look at.
https://github.com/pjtfernandes/PayUTestApp
Upvotes: 2