Number of APIs: 4
GET {{url}}/creditor_bank_accounts
Returns a cursor-paginated list of your creditor bank accounts.
GET {{url}}/creditor_bank_accounts/{{creditor_bank_account}}
Retrieves the details of an existing creditor bank account.
POST {{url}}/creditor_bank_accounts/{{creditor_bank_account}}/actions/disable
Immediately disables the bank account, no money can be paid out to a disabled account. This will return a disable_failed error if the bank account has already been disabled. A disabled bank account can be re-enabled by creating a new bank account resource with the same details.
POST {{url}}/creditor_bank_accounts
Creates a new creditor bank account object. Note: Creditor bank accounts can be created with local or international bank details. You can find the different local bank detail formats, and how they should be used with the GoCardless API here.
ENDPOINTS