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
Gradle Dependency
implementation 'com.payu.gpay:payu-gpay:1.3.0'PhonePe
Integration
Gradle Dependency
allprojects {
repositories {
maven {
url "https://phonepe.bintray.com/PhonePeIntentSDK"
}
}
}Samsung Pay
Integration
Gradle Dependency
Last updated