SDK Integration
  • Getting Started
  • Onboarding Requirements
  • Hash Generation
  • Test Merchant list
  • Android
    • Android SDK Offering
    • PayUCheckoutPro
      • Integration
      • Build the Payment Params
        • Additional Params
      • Hash Generation
      • Set up the payment hashes
      • Initiate the Payment
      • Customized Integration
        • Set Webview Properties
        • SDK Configuration
        • Additional Offerings
      • Offers Integration
      • Convenience Fee Integration
      • Custom Note Integration
      • MCP Integration
    • Core
      • Supported Payment Types
      • TPV Integration
      • Merchant Web Services
        • Getting Enabled Payment Options
        • GetCheckoutDetails API
        • Lookup API
    • Custom Browser
      • Integration
        • CustomBrowser Config
        • CustomBrowserCallback
        • Supporting below Lollipop Versions
        • Third-Party Payments Support
      • Sample App
      • Change Logs
    • Native OTP Assist
      • Integration
      • Customization
      • Change Logs
    • UPI
      • Integration
      • TPV Integration in UPI
      • Sample App
      • Change Logs
    • Google Pay™
      • Integration
      • Sample App
    • PhonePe
      • Integration
      • Sample App
      • Change Logs
    • OlaMoney
    • PayU OTP Parser
      • Integration
    • FAQ Android
  • iOS
    • PayUCheckoutPro
      • Integration
      • Advanced Integration
      • Set up the payment hashes
      • Convenience Fee Integration
      • MCP Integration
      • Custom Note Integration
    • Core
      • POD Integration
      • Seamless
      • Web Services
      • Objective C-Non-Seamless
      • Standing Instructions
      • TPV Integration
      • Sample App
    • Custom Browser
      • Sample App
    • OlaMoney
    • Native OTP Assist
      • Integration
      • Customization
    • UPI
      • Integration
      • Sample App
    • PayUParams
      • PayUSIParams
      • PayUBeneficiaryParams
  • Releasing to Apple
  • React-Native
    • PayUCheckoutPro
      • Integration
      • Set up the payment hashes
      • Advanced Integration
      • Change Logs
    • Core
    • Non-Seamless Wrapper
    • TPV (beta)
      • Integration
  • FAQ iOS
Powered by GitBook
On this page
  • Olamoney SDK
  • Google Pay InApp
  • PhonePe InApp
  • Native OTP Assist

Was this helpful?

  1. Android
  2. PayUCheckoutPro
  3. Customized Integration

Additional Offerings

PreviousSDK ConfigurationNextOffers Integration

Last updated 3 years ago

Was this helpful?

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

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

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 .

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

To see Native OTP Assist experience, Please click on

link
Additional payment options in the Checkout screen.
Additional payment options in the Checkout screen.