CollectionsDirect DebitBanks

List Direct Debit Banks

GET
/v1/direct-debit-banks

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Response Body

*/*

curl -X GET "https://example.com/v1/direct-debit-banks"
{  "banks": [    {      "bankCode": "string",      "bankName": "string",      "segment": "CORPORATE",      "status": "OFFLINE"    }  ]}