Authorizations
This access token needs to be included in each of your request to the Chift API.
Path Parameters
Query Parameters
Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.
Body
A userfriendly code to represent the bank account. This will be used as the code of the journal if we need to create a journal for the bank account.
1
Currency of the bank account (e.g., EUR, USD).
1
Name of the bank linked to the bank account.
Name of the bank account. Represents this specific bank account in the accounting system.
Unique number representing the bank account. At least one of the fields 'account_number' or 'IBAN' must be filled in.
IBAN of the bank account. At least one of the fields 'account_number' or 'IBAN' must be filled in.
Response
Successful Response
A userfriendly code to represent the bank account. This will be used as the code of the journal if we need to create a journal for the bank account.
Currency of the bank account (e.g., EUR, USD).
Name of the bank account. Represents this specific bank account in the accounting system.
Unique number representing the bank account.
IBAN of the bank account.
Name of the bank linked to the bank account.
Indicates the journal used in the accounting system to represent the bank account. The journal contains all the transactions related to this specific bank account.
Indicates the ledger account used in the accounting system to represent the bank account. The ledger account is used in all the transactions related to this specific bank account. This ledger account is used to track the balance of the bank account.