Integration
You can integrate with the CheckoutPro mobile SDK in 5 steps:
1.Include the SDK in your app project (Mandatory Step)
npm install payu-non-seam-less-react --save
react-native link payu-non-seam-less-react import PayUBizSdk from 'payu-non-seam-less-react';For iOS
2. Set up the payment hashes (Mandatory Step)
3. Build the payment parameters (Mandatory Step)
Payment Params:
Additional Params:
4. Initiate the payment (Mandatory Step)
5.Handle the payment completion (Mandatory Step)
Native Changes For Android
Build.gradle
AndroidManifest.xml
Native Changes For iOS
For UPI Intent (Optional Step)
Distributing your app (App Store / Ad-hoc) (Mandatory Step)
Last updated