Skip to content

Client Side

Vipin Aggarwal edited this page Jul 1, 2019 · 5 revisions

Client Side

To start off the integration process, you would be provided a test setup by PayU where you would be given a test merchant account and test credit card credentials to have a first-hand experience of the overall transaction flow. Here, you can make transaction request in our sample app (pointed to the testing server). Next step is to integrate the SDK code with your app. Once the testing is complete, you should be ready to point your app to the PayU production server for some real transactions.

Test credentials

You should start with test key and salt (which targets test server) to enable extra logs. Please contact your Key account manager or drop an email to mobile.integration@payu.in along with your app name and registered email id.

Dummy test card

This will succeed only on test environment. Also all other cards (real or not) will fail on test server.

Name on Card: Any name
Card Number: 5123456789012346 CVV: 123
Expiry Date: 05/2020


#Android SDK integration #Android CB integration #iOS SDK integration