Create a Creditor Bank Account

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.

Create a Creditor Bank Account API Docs

Request Body

{"creditor_bank_accounts"=>{"account_number"=>"55779944", "branch_code"=>"200000", "country_code"=>"GB", "set_as_default_payout_account"=>false, "account_holder_name"=>"{{$randomBankAccountName}}", "links"=>{"creditor"=>"{{creditor}}"}}}

RESPONSES

status: Created

{"creditor_bank_accounts":{"id":"BA000FRC7AK8CW","created_at":"2021-06-25T01:43:50.253Z","account_number_ending":"44","account_holder_name":"CHECKING ACCOUNT","account_type":null,"bank_name":"BARCLAYS BANK PLC","currency":"GBP","country_code":"GB","metadata":{},"enabled":true,"links":{"creditor":"CR00006C6DF0TD"},"verification_status":"successful"}}