v1
latestOpenAPI 3.1.02026-07-2418201.6 MBVerifyPay (V3)
Validate a UPI VPA via a penny drop
post/v3/banking/verify_pay
Headers
client_idstring required
client_secretstring required
x_on_behalf_ofstring
Optional header that allows parent merchant to consume the API on behalf of sub-merchant.
content-typestring required
Indicates the type of the resource being sent in the body of an HTTP request
Request body
Response
200
Example response
{
"decentro_txn_id": "1FE0327430174A4E8B5780C6B779FA94",
"api_status": "SUCCESS",
"message": "Account details retrieved successfully",
"data": {
"upi_vpa": "8972241839@upi",
"name_as_per_bank": "KAPIL DEV",
"account_number": "XXXXXXX1983",
"ifsc": "HDFC0000001",
"account_type": "SAVINGS",
"payout_status": "SUCCESS",
"payout_amount": "1.00",
"bank_reference_number": "0a3487327d724d1eb429393fb9c90c4d"
},
"response_key": "success_account_details_retrieved"
}