Integration

Integration with the PayUCheckoutPro mobile SDK in 4 steps:

Watch the video to integrate with PayU's Checkout Pro integration in just 12 minutes!

Sample App Link - https://github.com/payu-intrepos/PayUCheckoutPro-Android

Step 1: Include the SDK in your app build.gradle

We have moved to Maven Central. Please update your existing dependency with below

implementation 'in.payu:payu-checkout-pro:1.8.2' 

Add below code in your app's build.gradle file inside android{} as shown below

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    kotlinOptions {
        jvmTarget = '1.8'
    }

Compatibility

Min SDK Version: 21

Compile SDK Version: 28+

Last updated