CreateBankAccountRequest (object)
| Field | Type | Description |
|---|---|---|
| bic | string | — |
| booking_account_number | integer | Ledger account number for DATEV export. |
| currency_code | string | — |
| iban | string | — |
| is_active | boolean | — |
| is_manual | boolean | True = manual account (create transactions manually); false = externally synced. |
| name* | string | — |
Example (JSON)
{
"name": "string",
"iban": "string",
"bic": "string",
"currency_code": "string",
"is_active": true,
"is_manual": true
}