Number of APIs: 5
POST {{url}}/customer_bank_accounts
Please consider using the Billing Requests API instead of Customer Bank Accounts for any future integrations. Creates a new customer bank account object. There are three different ways to supply bank account details: Note: Customer 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.
PUT {{url}}/customer_bank_accounts/{{customer_bank_acct}}
Updates a customer bank account object. Only the metadata parameter is allowed.
GET {{url}}/customer_bank_accounts/{{customer_bank_acct}}
Retrieves the details of an existing bank account.
POST {{url}}/customer_bank_accounts/{{customer_bank_acct}}/actions/disable
Immediately cancels all associated mandates and cancellable payments. 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.
GET {{url}}/customer_bank_accounts
Returns a cursor-paginated list of your bank accounts.
ENDPOINTS