v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBAccounting
Bank transactions
Create bank transactions
Create new bank transactions
post/consumers/{consumer_id}/accounting/bank-transactions
Path parameters
consumer_idstring uuid required
Query parameters
folder_idstring nullable
Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.
Request body
Example request
{
"items": [
{
"counterpart": {
"name": "John Doe",
"iban": "BE61310126985517",
"bank_account": "310126985517"
}
}
]
}Response
Successful Response
Example response
{
"items": [
{
"counterpart": {
"name": "John Doe",
"iban": "BE61310126985517",
"bank_account": "310126985517"
}
}
]
}