payu-intrepos / payu-non-seamless-react

Non-Seamless SDK for React Native
5 stars 9 forks source link

Documentation #1

Closed ujosatXyZ closed 4 years ago

ujosatXyZ commented 4 years ago

I tried to integrate this code with my project. Test card payment was succeed.After success it's redirect to that url and crash the app ios. But android shows the credentials is invalid. Could you share the flow?

himgupta229 commented 4 years ago

I tried to integrate this code with my project. Test card payment was succeed.After success it's redirect to that url and crash the app ios. But android shows the credentials is invalid. Could you share the flow?

Can you share the integration file? or you can reach out to mobile.integration@payu.in

rajmaxi commented 3 years ago

Hi, i tried to integrate payu non seam less react.. when i download your code to check integration process, iam getting error on click button.. "Type should be of netbanking or upi/ wallet ".. can you please help me

Vaibhavshyoran commented 3 years ago

Hi, i tried to integrate payu non seam less react.. when i download your code to check integration process, iam getting error on click button.. "Type should be of netbanking or upi/ wallet ".. can you please help me

Hi rajmaxi,

Use paymentModesOrder: [{ 'UPI': 'TEZ' }, { 'Wallets': 'PAYTM' }], in payUCheckoutProConfig then check.