veeresh
veeresh

Reputation: 59

is it working payU payment gateway integration in mobile apps

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

Answers (3)

bambi
bambi

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

Ajay Pandya
Ajay Pandya

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

PotatoJam
PotatoJam

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

Related Questions