Integration

Integration with the PayUCheckoutPro mobile SDK in 4 steps:

Watch the video to integrate with PayU's Checkout Pro integration in just 12 minutesarrow-up-right!

Sample App Link - https://github.com/payu-intrepos/PayUCheckoutPro-Androidarrow-up-right

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

circle-exclamation
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'
    }
circle-info

Compatibility

Min SDK Version: 21

Compile SDK Version: 28+

Last updated