Created
March 15, 2022 13:31
-
-
Save shubham-mcsam/84a04e47f0231e3f7ff835e60ed05f61 to your computer and use it in GitHub Desktop.
payu payment methods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"paymentMethods": { | |
"emi": { | |
"cc": { | |
"all": [ | |
{ | |
"configurable": null, | |
"title": "ICICI Bank", | |
"short_name": "Icici", | |
"bank_code": "ICIC", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 1500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "State Bank of India", | |
"short_name": "Sbi", | |
"bank_code": "SBIN", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "Axis Bank", | |
"short_name": "Axis", | |
"bank_code": "UTIB", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "RBL Bank", | |
"short_name": "Rbl", | |
"bank_code": "RATN", | |
"tenure_options": [ | |
{ | |
"bank_code": "EMIRBL3", | |
"tenure": 3, | |
"interest_rate": 14, | |
"interest_charged": 0, | |
"amount": 0.7, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"type": "normal", | |
"additional_charge": 0.06, | |
"discount": 0, | |
"discount_eligible": false | |
}, | |
{ | |
"bank_code": "EMIRBL6", | |
"tenure": 6, | |
"interest_rate": 14, | |
"interest_charged": 0, | |
"amount": 0.36, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"type": "normal", | |
"additional_charge": 0.06, | |
"discount": 0, | |
"discount_eligible": false | |
}, | |
{ | |
"bank_code": "EMIRBL9", | |
"tenure": 9, | |
"interest_rate": 15, | |
"interest_charged": 0, | |
"amount": 0.24, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"type": "normal", | |
"additional_charge": 0.06, | |
"discount": 0, | |
"discount_eligible": false | |
}, | |
{ | |
"bank_code": "EMIRBL12", | |
"tenure": 12, | |
"interest_rate": 15, | |
"interest_charged": 0, | |
"amount": 0.19, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"type": "normal", | |
"additional_charge": 0.06, | |
"discount": 0, | |
"discount_eligible": false | |
}, | |
{ | |
"bank_code": "EMIRBL18", | |
"tenure": 18, | |
"interest_rate": 15, | |
"interest_charged": 0, | |
"amount": 0.13, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"type": "normal", | |
"additional_charge": 0.06, | |
"discount": 0, | |
"discount_eligible": false | |
}, | |
{ | |
"bank_code": "EMIRBL24", | |
"tenure": 24, | |
"interest_rate": 15, | |
"interest_charged": 0, | |
"amount": 0.1, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"type": "normal", | |
"additional_charge": 0.06, | |
"discount": 0, | |
"discount_eligible": false | |
} | |
], | |
"is_otp": false, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "Citibank", | |
"short_name": "Citi", | |
"bank_code": "CITI", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "Kotak Mahindra Bank", | |
"short_name": "Kotak", | |
"bank_code": "KKBK", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "IndusInd Bank", | |
"short_name": "Indusind", | |
"bank_code": "INDB", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2000, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "HSBC Bank", | |
"short_name": "Hsbc", | |
"bank_code": "HSBC", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2000, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "Standard Chartered Bank", | |
"short_name": "Scb", | |
"bank_code": "SCBL", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "Yes Bank", | |
"short_name": "Yes", | |
"bank_code": "YESB", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 1500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "Bank of Baroda", | |
"short_name": "Bob", | |
"bank_code": "BARB", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "One Card", | |
"short_name": "One Card", | |
"bank_code": "ONEC", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2500, | |
"maximum_amount": null, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "AU Small Finance Bank", | |
"short_name": "AU Bank", | |
"bank_code": "AUSF", | |
"tenure_options": [], | |
"is_otp": false, | |
"minimum_amount": 2000, | |
"maximum_amount": 100000000, | |
"has_nocostemi": false | |
} | |
], | |
"top": [ | |
"ICIC", | |
"SBIN", | |
"UTIB", | |
"RATN", | |
"CITI", | |
"KKBK" | |
], | |
"has_nocostemi": false | |
}, | |
"dc": { | |
"all": [ | |
{ | |
"configurable": null, | |
"title": "HDFC Bank", | |
"short_name": "Hdfc", | |
"bank_code": "HDFC", | |
"tenure_options": [], | |
"is_otp": true, | |
"minimum_amount": 5000, | |
"maximum_amount": 500000, | |
"has_nocostemi": false | |
}, | |
{ | |
"configurable": null, | |
"title": "State Bank of India", | |
"short_name": "Sbi", | |
"bank_code": "SBIN", | |
"tenure_options": [], | |
"is_otp": true, | |
"minimum_amount": 8000, | |
"maximum_amount": 100000, | |
"has_nocostemi": false | |
} | |
], | |
"top": [ | |
"HDFC" | |
], | |
"has_nocostemi": false | |
}, | |
"has_nocostemi": false | |
}, | |
"bnpl": { | |
"all": [ | |
{ | |
"bank_code": "ICICPL", | |
"title": "ICICI Bank PayLater", | |
"short_name": "ICICI", | |
"is_otp": true, | |
"additional_charge": 0, | |
"minimum_amount": 0, | |
"maximum_amount": null, | |
"configurable": null, | |
"logo_override_key": "ICIC" | |
}, | |
{ | |
"bank_code": "HDFCF", | |
"title": "HDFC FlexiPay", | |
"short_name": "HDFC", | |
"is_otp": true, | |
"minimum_amount": 1000, | |
"maximum_amount": 10000, | |
"tenure_options": [], | |
"configurable": null, | |
"logo_override_key": "HDFC", | |
"tnCFileUrl": "https://v1.hdfcbank.com/htdocs/T_n_C/Draft-Customer-Terms-Conditions-Pay-later.pdf" | |
} | |
], | |
"top": [] | |
}, | |
"cashcard": { | |
"top": [ | |
"PHONEPE", | |
"PAYTM", | |
"AMZPAY", | |
"FREC", | |
"OLAM", | |
"JIOM" | |
], | |
"all": { | |
"AMZPAY": { | |
"additional_charge": 0, | |
"title": "Amazon Pay" | |
}, | |
"CITRUSW": { | |
"additional_charge": 0, | |
"title": "Citrus Wallet" | |
}, | |
"FREC": { | |
"additional_charge": 0, | |
"title": "Freecharge PayLater | UPI | Wallet" | |
}, | |
"ITZC": { | |
"additional_charge": 0, | |
"title": "ItzCash" | |
}, | |
"JIOM": { | |
"additional_charge": 0, | |
"title": "Jio Money" | |
}, | |
"MOBIKWIK": { | |
"additional_charge": 0, | |
"title": "Mobikwik wallet" | |
}, | |
"OLAM": { | |
"additional_charge": 0, | |
"title": "OlaMoney(Postpaid+Wallet)" | |
}, | |
"TWID": { | |
"additional_charge": 0, | |
"title": "Pay with Rewards" | |
}, | |
"PAYTM": { | |
"additional_charge": 0, | |
"title": "Paytm", | |
"offer": { | |
"type": "cashback", | |
"description": "laslasdlalsdlaskas" | |
} | |
}, | |
"PHONEPE": { | |
"additional_charge": 0, | |
"title": "PhonePe/BHIM UPI", | |
"offer": { | |
"type": "cashback", | |
"description": "dhfifuhqiuehkjnsdf" | |
} | |
}, | |
"TPAY": { | |
"additional_charge": 0, | |
"title": "Transaction Analysts India Pvt Ltd" | |
} | |
} | |
}, | |
"cashcard_l1": [ | |
"PHONEPE", | |
"PAYTM" | |
], | |
"cc": { | |
"AMEX": 0, | |
"CC": 0, | |
"RUPAYCC": 0 | |
}, | |
"standinginstruction": { | |
"ANDBENCR": 0, | |
"AUBLENCR": 0, | |
"UTIBENCR": 0, | |
"BARBENCR": 0, | |
"MAHBENCR": 0, | |
"CNRBENCR": 0, | |
"CBINENCR": 0, | |
"CITIENCR": 0, | |
"CIUBENCR": 0, | |
"DCBLENCR": 0, | |
"DEUTENCR": 0, | |
"DLXBENCR": 0, | |
"ESFBENCR": 0, | |
"FDRLENCR": 0, | |
"HDFCENCR": 0, | |
"ICICENCR": 0, | |
"IBKLENCR": 0, | |
"IDFBENCR": 0, | |
"IOBAENCR": 0, | |
"INDBENCR": 0, | |
"KARBENCR": 0, | |
"KKBKENCR": 0, | |
"ORBCENCR": 0, | |
"PYTMENCR": 0, | |
"PUNBENCR": 0, | |
"RATNENCR": 0, | |
"SIBLENCR": 0, | |
"SCBLENCR": 0, | |
"CCSI": 0, | |
"HDFCDCSI": 0, | |
"DCSI": 0, | |
"SBINENCR": 0, | |
"TMBLENCR": 0, | |
"COSBENCR": 0, | |
"USFBENCR": 0, | |
"UBINENCR": 0, | |
"UTBIENCR": 0, | |
"YESBENCR": 0 | |
}, | |
"nb": { | |
"all": { | |
"AUSFNB": { | |
"title": "AU Small Finance Bank", | |
"pgId": "376", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"AXIB": { | |
"title": "AXIS Bank", | |
"pgId": "23", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"BBRB": { | |
"title": "Bank of Baroda", | |
"pgId": "280", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"BOMB": { | |
"title": "Bank of Maharashtra", | |
"pgId": "58", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"CABB": { | |
"title": "Canara Bank", | |
"pgId": "69", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"SYNDB": { | |
"title": "Canara Bank (Erstwhile - Syndicate Bank)", | |
"pgId": "69", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"CBIB": { | |
"title": "Central Bank Of India", | |
"pgId": "68", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"CSMSNB": { | |
"title": "Cosmos Bank", | |
"pgId": "118", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"DCBB": { | |
"title": "DCB Bank", | |
"pgId": "42", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"DENN": { | |
"title": "Dena Bank", | |
"pgId": "134", | |
"additional_charge": 0, | |
"up_status": 0 | |
}, | |
"DSHB": { | |
"title": "Deutsche Bank", | |
"pgId": "64", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"DLSB": { | |
"title": "Dhanlaxmi Bank - Retail", | |
"pgId": "89", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"FEDB": { | |
"title": "Federal Bank", | |
"pgId": "59", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"FEDCORP": { | |
"title": "Federal Bank Corporate", | |
"pgId": "59", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"FEDNBTPV": { | |
"title": "Federal Bank TPV", | |
"pgId": "59", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"HDFB": { | |
"title": "HDFC Bank", | |
"pgId": "56", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"HDFCCONB": { | |
"title": "HDFC Bank - Corporate Banking", | |
"pgId": "221", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"ICIB": { | |
"title": "ICICI Bank", | |
"pgId": "19", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"ICICICNB": { | |
"title": "ICICI Corporate Netbanking", | |
"pgId": "261", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"IDBB": { | |
"title": "IDBI Bank", | |
"pgId": "32", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"IDFCNB": { | |
"title": "IDFC FIRST Bank", | |
"pgId": "154", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"INOB": { | |
"title": "Indian Overseas Bank", | |
"pgId": "45", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"JAKB": { | |
"title": "Jammu & Kashmir Bank", | |
"pgId": "37", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"JSBNB": { | |
"title": "Janata Sahakari Bank Pune", | |
"pgId": "120", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"KRKB": { | |
"title": "Karnataka Bank", | |
"pgId": "35", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"KRVB": { | |
"title": "Karur Vysya Bank", | |
"pgId": "71", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"162B": { | |
"title": "Kotak Mahindra Bank", | |
"pgId": "77", | |
"additional_charge": 0, | |
"up_status": 0 | |
}, | |
"LVRB": { | |
"title": "Lakshmi Vilas Bank", | |
"pgId": "116", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"OBCB": { | |
"title": "PNB (Erstwhile -Oriental Bank of Commerce)", | |
"pgId": "102", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"UNIB": { | |
"title": "PNB (Erstwhile-United Bank of India)", | |
"pgId": "102", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"INDPOST": { | |
"title": "Post Office Savings Bank (POSB)", | |
"pgId": "357", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"RBLNB": { | |
"title": "RBL Bank", | |
"pgId": "278", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"SRSWT": { | |
"title": "Saraswat Bank", | |
"pgId": "93", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"SOIB": { | |
"title": "South Indian Bank", | |
"pgId": "36", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"SCBNB": { | |
"title": "Standard Chartered Bank", | |
"pgId": "309", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"SBIB": { | |
"title": "State Bank of India", | |
"pgId": "39", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"SVCNB": { | |
"title": "SVC Co-operative Bank Ltd.", | |
"pgId": "122", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"TMBB": { | |
"title": "Tamilnad Mercantile Bank", | |
"pgId": "114", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"TBON": { | |
"title": "The Nainital Bank", | |
"pgId": "132", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"UCOB": { | |
"title": "UCO Bank", | |
"pgId": "109", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"UBIB": { | |
"title": "Union Bank of India", | |
"pgId": "329", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"CRPB": { | |
"title": "Union Bank of India (Erstwhile Corporation Bank)", | |
"pgId": "329", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"UBIBC": { | |
"title": "Union Bank OLT - Corporate Banking", | |
"pgId": "330", | |
"additional_charge": 0, | |
"up_status": 1 | |
}, | |
"YESB": { | |
"title": "Yes Bank", | |
"pgId": "26", | |
"additional_charge": 0, | |
"up_status": 1 | |
} | |
}, | |
"top": [ | |
"AXIB", | |
"HDFB", | |
"ICIB", | |
"SBIB", | |
"162B", | |
"BOMB" | |
] | |
}, | |
"dc": { | |
"CITD": 0, | |
"MAES": 0, | |
"MAST": 0.01, | |
"RUPAY": 0, | |
"SMAE": 0, | |
"SMAST": 0, | |
"VISA": 0 | |
}, | |
"upi": { | |
"INTENT": { | |
"timeout": "180", | |
"sleepTime": "30", | |
"upiPushDisabled": "0", | |
"pushServiceUrl": "https://nimble.payu.in/upi/secureVerify?encId=14856027437%7C%7C24945a5447ffdb2ef4d74d2a9da902b6%7C%7C", | |
"pushServiceUrlV2": "https://nimble.payu.in", | |
"upiServicePollInterval": "5", | |
"appName": null, | |
"intent": true, | |
"customerVpa": null, | |
"isValidVpa": null, | |
"logo": null, | |
"amount": "2.00", | |
"billingAmount": null, | |
"si": 0, | |
"additional_charge": 0 | |
}, | |
"TEZ": { | |
"timeout": 300, | |
"sleepTime": 30, | |
"upiPushDisabled": "0", | |
"pushServiceUrl": "https://nimble.payu.in/upi/secureVerify?encId=14856027437%7C%7C24945a5447ffdb2ef4d74d2a9da902b6%7C%7C", | |
"pushServiceUrlV2": "https://nimble.payu.in", | |
"upiServicePollInterval": "5", | |
"appName": null, | |
"intent": true, | |
"customerVpa": null, | |
"isValidVpa": null, | |
"logo": null, | |
"amount": "2.00", | |
"billingAmount": null, | |
"si": 0, | |
"additional_charge": 0 | |
}, | |
"PP_UPI": { | |
"timeout": 300, | |
"sleepTime": 30, | |
"upiPushDisabled": "0", | |
"pushServiceUrl": "https://nimble.payu.in/upi/secureVerify?encId=14856027437%7C%7C24945a5447ffdb2ef4d74d2a9da902b6%7C%7C", | |
"pushServiceUrlV2": "https://nimble.payu.in", | |
"upiServicePollInterval": "5", | |
"appName": null, | |
"intent": true, | |
"customerVpa": null, | |
"isValidVpa": null, | |
"logo": null, | |
"amount": "2.00", | |
"billingAmount": null, | |
"si": 0, | |
"additional_charge": 0 | |
}, | |
"TEZOMNI": { | |
"timeout": 300, | |
"sleepTime": 30, | |
"upiPushDisabled": "0", | |
"pushServiceUrl": "https://nimble.payu.in/upi/secureVerify?encId=14856027437%7C%7C24945a5447ffdb2ef4d74d2a9da902b6%7C%7C", | |
"pushServiceUrlV2": "https://nimble.payu.in", | |
"upiServicePollInterval": "5", | |
"appName": "googlepay", | |
"intent": true, | |
"customerVpa": null, | |
"isValidVpa": true, | |
"logo": null, | |
"amount": "2.00", | |
"billingAmount": null, | |
"si": 0, | |
"additional_charge": 0 | |
}, | |
"UPI": { | |
"timeout": 300, | |
"sleepTime": 30, | |
"upiPushDisabled": "0", | |
"pushServiceUrl": "https://nimble.payu.in/upi/secureVerify?encId=14856027437%7C%7C24945a5447ffdb2ef4d74d2a9da902b6%7C%7C", | |
"pushServiceUrlV2": "https://nimble.payu.in", | |
"upiServicePollInterval": "5", | |
"appName": null, | |
"intent": true, | |
"customerVpa": null, | |
"isValidVpa": null, | |
"logo": null, | |
"amount": "2.00", | |
"billingAmount": null, | |
"si": 0, | |
"additional_charge": 0 | |
} | |
}, | |
"lazypay": { | |
"LAZYPAY": 0, | |
"is_otp": true | |
}, | |
"qr": { | |
"BQR": { | |
"title": "Online Dynamic QR", | |
"pgId": "236", | |
"show_form": "0", | |
"bank_id": null, | |
"pt_priority": "100", | |
"additional_charge": null, | |
"pg_fee": null, | |
"pg_fee_type": null, | |
"mobileCheckout": 0, | |
"qrInUpiPage": true, | |
"isUpiQr": false | |
} | |
} | |
}, | |
"merchant": { | |
"key": "YQeVdc", | |
"logo": null, | |
"merchantId": "130237", | |
"enableNewOffersEngine": false, | |
"name": "Smsplus.ibibo", | |
"url": "www.smsplus.ibibo.com", | |
"accentColor": "#4a90e2", | |
"secondaryAccentColor": null, | |
"buttonColor": null, | |
"merchantParams": { | |
"isMcp": true, | |
"mcpCurrencyOrder": "USD,EUR,CAD,AED,GBP,AUD,SGD,INR", | |
"hdfc_white_label_page": { | |
"isHdfcMerchant": false, | |
"otherc": true, | |
"otherd": true, | |
"surchargeData": null | |
}, | |
"isQuickPayEnabled": false, | |
"isAdsEnabled": 1, | |
"icp": null, | |
"globalVaultConsentDisabled": false, | |
"show_eligibility_nudges": false, | |
"checkoutRefreshDisabled": false, | |
"isLazypayEligibilityForRetry": false | |
}, | |
"ad": {}, | |
"whitelabel": { | |
"header": { | |
"src": "https://secure.payu.in/StaticBannerAd?image=YQeVdc_header.png" | |
}, | |
"customCheckoutEnabled": "1" | |
}, | |
"wl_merchant": null | |
}, | |
"downInfo": { | |
"downIssuingBanks": [] | |
}, | |
"broker": "PAYU", | |
"config": { | |
"currencyCode": "INR" | |
}, | |
"transaction": { | |
"mihpayid": "24945a5447ffdb2ef4d74d2a9da902b6", | |
"accessToken": "193BC2AC-B201-B61F-294D-E064077C330D", | |
"retryAllowed": "0", | |
"txnId": "be20cf9a4b49eee938e05c7ea30de843", | |
"userCredentials": null, | |
"cancelUrl": "https://secure.payu.in/cancel?status=cancel&mihpayid=24945a5447ffdb2ef4d74d2a9da902b6", | |
"returnUrl": "https://secure.payu.in/response?mihpayid=24945a5447ffdb2ef4d74d2a9da902b6", | |
"payuId": "14856027437", | |
"enforce": false, | |
"seamless": false, | |
"baseMihpayid": "24945a5447ffdb2ef4d74d2a9da902b6", | |
"ibibo_code": null, | |
"note": null, | |
"language": null | |
}, | |
"customer": { | |
"phone": "8860505544", | |
"returningTwidCustomer": "0", | |
"returningSodexoCustomer": "0", | |
"userToken": "", | |
"globalVault": { | |
"status": null, | |
"payment_options": null, | |
"pg_recency": null | |
} | |
}, | |
"order": { | |
"paymentChargeSpecification": { | |
"price": "2.00", | |
"taxSpecification": { | |
"default": "18" | |
}, | |
"binWiseConvenienceFee": false | |
}, | |
"offer": { | |
"offerApplicable": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment