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
  • Google Pay
  • Integration
  • PhonePe
  • Integration
  • Samsung Pay
  • Integration

Was this helpful?

  1. Android
  2. Custom Browser
  3. Integration

Third-Party Payments Support

If you want to make payments by any third party viz.GooglePay,PhonePe,Samsung Pay make below changes.

Google Pay

Integration

Set Bankcode to "TEZ" and PG as "UPI" in the payment post data.

Gradle Dependency

Add below dependency in build.gradle.

implementation 'com.payu.gpay:payu-gpay:1.3.0'

PhonePe

Integration

Set Bankcode to "PPINTENT" and PG as "CASH" in the payment post data.

Gradle Dependency

Add below url in root project's build.gradle.

allprojects {
    repositories {
        maven {
            url "https://phonepe.bintray.com/PhonePeIntentSDK"
        }
    }
}

Add below dependency in your application's build.gradle

implementation 'com.payu.phonepe:phonepe-intent:1.5'

Samsung Pay

Integration

Set Bankcode to "SAMPAY" and PG as "SAMPAY" in the payment post data.

Gradle Dependency

Add below dependency in build.gradle.

implementation 'com.payu.samsungpay:samsungpay:1.0'
PreviousSupporting below Lollipop VersionsNextChange Logs

Last updated 5 years ago

Was this helpful?