cURL
curl --request POST \ --url https://api.chift.eu/consumers/{consumer_id}/accounting/bank-accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "currency": "<string>", "account_name": "<string>", "account_number": "<string>", "iban": "<string>", "bank_name": "<string>" }'
{ "id": "<string>", "code": "<string>", "currency": "<string>", "account_name": "<string>", "account_number": "<string>", "iban": "<string>", "bank_name": "<string>", "journal_id": "<string>", "ledger_account": "<string>" }
Create a new bank account in the accounting system
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type object.
object