LinkedBankTransactionTransfer (object)
Summary of the paired bank transaction in an internal account transfer (Umbuchung).
| Field | Type | Description |
|---|---|---|
| amount_cents* | integer | Signed; positive = credit, negative = debit |
| bank_account_id* | integer | — |
| counterparty_name | string | — |
| currency_code | string | — |
| id* | integer | — |
| reference | string | — |
| transaction_date* | string | Timestamp in W3C format, will be saved in UTC time +00:00 |
Example (JSON)
{
"id": 0,
"bank_account_id": 0,
"transaction_date": "2025-01-14T13:51:15.000Z",
"amount_cents": 0,
"currency_code": "string",
"counterparty_name": "string"
}