ENACH Supported Banks

This API allows the platform to check if a bank is supported on the ENACH V3 stack.

Overview

This API lets a platform check if the ENACH authentication modes support a specific bank before executing the registration flow.

It is recommended that the platform use this API to check if ENACH supports a bank to avoid a poor experience with the registration flow.

📘

Ensure to use only staging credentials.

Flow

Below is the flow for using this API.

  • The platform collects the bank where the payer holds a bank account.
  • The platform uses the bank code to hit the endpoint to check the status.
  • Decentro responds with the authorization modes supported by the bank.
  • If the bank doesn't support any mode, the same is relayed to the platform as well
  • If the bank is supported, the platform can use the Registration API to initiate the registration flow

Response Parameters

Below are the parameters propagated by Decentro in the response.

ParametersDescription
decentro_txn_idA unique transaction ID from Decentro for the API hit
statusStatus of the API hit
response_keyAPI status response code
messageAPI status message.
debit_cardA boolean value if the bank supports Debit Card based registration flow
net_bankingA boolean value if the bank supports Netbanking based registration flow
aadhaarA boolean value if the bank supports Aadhaar based registration flow

API Endpoints

Language
Click Try It! to start a request and see the response here!