List of Banks [v3]
POST/api/v3/list-of-banks
Retrieve the list of banks available for netbanking payments, with real-time health status and applicable charges. If order_id is provided, it takes priority over total_amount and currency for charge calculations. Default amount is 1 if nothing is provided.
Quick Reference
- Optional:
order_id(takes priority),total_amount,currency(empty body returns basic bank list with default amount 1) - Returns: Array of banks with
bank_code,health_status, andadditional_charges - Data Security: Encryption supported
Request
Responses
- 200
- 4XX
- 5XX
When the list of banks is successfully fetched, the response will be as below
When the list of banks cannot be fetched, the response will be as below
When there is a problem on the server, the response will be as below