Sample Payloads - Version 1
UPI
Hide UPI Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [
{
"filter_type": "blacklist",
"offer_payment_method_type": "upi/upiIntent/upiCollect"
}
]
}
}
Hide Specific UPI Apps or UPI Collect handles
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method": ["GPAY", "@ybl"], //specify apps here as per use-case
"offer_payment_method_type": "upi/upiIntent/upiCollect"
}]
}
}
Wallets
Hide Wallet Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method_type": "wallets"
}]
}
}
Hide Specific Wallets
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method": ["paytm"], //specify wallets here as per use-case
"offer_payment_method_type": "wallets"
}]
}
}
Display Only Wallet Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "false",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "whitelist",
"offer_payment_method_type": "wallets"
}]
}
}
Cards
Disable Credit Cards
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method_type": "cards",
"offer_payment_card_type":"CREDIT"
}]
}
}
Hide Card Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]il.com",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method_type": "cards"
}]
}
}
Display Only Card Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "false",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "whitelist",
"offer_payment_method_type": "cards"
}]
}
}
Netbanking
Hide Netbanking Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method_type": "nb"
}]
}
}
Display only Netbanking Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "false",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "whitelist",
"offer_payment_method_type": "nb"
}]
}
}
EMI
Hide EMI Section
{
"order_id": "R8205947560",
"first_name": "John",
"last_name": "Wick",
"mobile_number": "9592329220",
"email_address": "[email protected]",
"customer_id": "9592329220",
"timestamp": "1611559686153",
"merchant_id": "abcd",
"amount": "1.00",
"currency": "INR",
"offer_details": {
"merge_with_default_payment_methods": "true",
"offer_applied": "false",
"offer_payment_methods": [{
"filter_type": "blacklist",
"offer_payment_method_type": "emi"
}]
}
}
Updated 5 months ago