Additional Offerings

Olamoney SDK

To integrate with Olamoney SDK, the merchant can add below gradle dependency in their app’s build.gradle file

implementation 'in.payu:olamoney:1.0.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.

Google Pay InApp

To integrate with Google Pay InApp flow, the merchant can add below gradle dependency in their app’s build.gradle file.

implementation 'in.payu:payu-gpay:1.4.0'  

The merchant needs to pass Google Pay as described in Additional payment options in the Checkout screen.

PhonePe InApp

To integrate with PhonePe InApp flow, the merchant can add below gradle dependency in their root project’s build.gradle file.

maven { url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android" }

and add below dependency to app's build.gradle file

implementation 'in.payu:phonepe-intent:1.6.1'  

The merchant needs to pass PhonePe as described in Additional payment options in the Checkout screen.

Native OTP Assist

To integrate this, please get enabled txn_s2s_flow on your merchant key from your Key Account Manager at PayU and add below dependency to app's build.gradle file .

To see Native OTP Assist experience, Please click on link

implementation 'in.payu:native-otp-assist:1.2.0'

Last updated