v1
latestOpenAPI 3.1.02026-07-2418201.6 MBEnach Supported Banks
This API allows the platform to check if a bank is supported on the ENACH V3 stack.
get/v3/payments/enach/bank_support
Query parameters
bank_codestring
This will be the bank code of the destination bank as available on NPCI website.
auth_modestring
Possible values are "aadhaar", "netbanking", "pan", "customerid" & "debitcard"
Headers
client_idstring required
client_secretstring required
Response
200
Example response
{
"decentro_txn_id": "8FFF4DE84DF94B1C8194FE8046D5B969",
"api_status": "SUCCESS",
"message": "Supported methods for bank code fetched successfully",
"data": {
"aadhaar": "supported",
"customer_id": "supported",
"debit_card": "supported",
"net_banking": "supported",
"pan": "supported"
},
"response_key": "success_bank_code"
}