4. Support APIs

4.5. Get Live Banks GET

The API will provide the List of Destination Banks along with Bank Code(for passing in Create Mandate Request API) and its active/inactive status of authorization modes(NetBanking, DebitCard, Aadhaar).

4.2.1. Request

Request URL / Method

Attribute Value
URL https://api.paycorp.io/livebank
Method POST
4.4.2. Response

The API returns the standard response. The following tables enumerate the possible “code” values for an API failure and describe the JSON object in the “message” in case of the API success.

Response Message Object Details

Name Type Description
id serial4 Unique id
bankId string Unique short name given to Bank.
bankName string Full Name of Bank
activeFrm string Date from when Bank is active
debitcardFlag string Active/Inactive
dcActiveFrom string Date from when Debit Card mode is active
netbankFlag string Active/Inactive
aadhaarActiveFrom string Date from when Aadhaar mode is active
aadhaarFlag string Active/Inactive
panFlag string Active/Inactive
panActiveFrom string Date from when PAN mode is active
custidFlag string Active/Inactive
custidActiveFrom string Date from when CustID mode is active
CURL REQUEST
curl --location 'https://api.paycorp.io/livebank' \
    --header 'Cookie: JSESSIONID=10D123734EDFB5D74E87CD7B0D6ED62B'
RESPONSE

Click Try It! to start a request and see the response here! Or choose an example:

application/json