Add-on SDKs
Olamoney SDK
To integrate with Ola money SDK, the merchant can add the below gradle dependency in their app’s build.gradle file
implementation 'in.payu:olamoney:1.3.1'
On integrating, the merchant will see the native screen for entering a mobile number, verify if it is enabled for Olamoney, and do the transaction.
Refer to Ola Money SDK doc for more details
Google Pay InApp
To integrate with Google Pay InApp flow, the merchant can add the below gradle dependency in their app’s build.gradle file.
Onboarding Requirements
To start transacting through Google Pay™, register your business on Google using the Google Onboarding form, In this registration process, you need to add the merchant VPAs created by PayU for you. In the case of multiple VPAs, all of them need to be registered with Google.
To enable Google Pay, contact your Point of Contact at Google.For any further queries or help with onboarding, send a mail to PayU Mobile Integration Team.
implementation 'in.payu:payu-gpay:3.1.1'
The merchant needs to pass Google Pay as described in Additional payment options in the Checkout screen.
Callout
The Gpay InApp flow is not available in the Test mode.
Refer to Gpay SDK doc for more details
PhonePe InApp
To integrate with PhonePe InApp flow, the merchant can add the below gradle dependency in their root project’s build.gradle file.
maven { url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android" }
and add the below dependency to the app's build.gradle file
implementation 'in.payu:phonepe-intent:1.8.1'
The merchant needs to pass PhonePe. For more information, refer to Additional payment options in the Checkout screen.
Callout
The PhonePe InApp flow is not available in the Test mode.
Refer to PhonePe SDK doc for more details
Native OTP Assist
To integrate this, please enable thetxn_s2s_flow
flag on your merchant key from your Key Account Manager at PayU and add the below dependency to appsbuild.gradle
file.
To see the Native OTP Assist experience, refer to Android Native OTP SDK.
implementation 'in.payu:native-otp-assist:1.5.1'
Callout
The Native OTP flow is not available in the Test mode
Refer to Android Native OTP SDK doc for more details
Updated 29 days ago