Set Bankcode to "TEZ" and PG as "UPI" in the payment post data.
Add below dependency in build.gradle.
implementation 'com.payu.gpay:payu-gpay:1.3.0'
Set Bankcode to "PPINTENT" and PG as "CASH" in the payment post data.
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'
Set Bankcode to "SAMPAY" and PG as "SAMPAY" in the payment post data.
Add below dependency in build.gradle.
implementation 'com.payu.samsungpay:samsungpay:1.0'