ListTransferCandidates200Response (object)
| Field | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elements Summary of the paired bank transaction in an internal account transfer (Umbuchung).
|
Example (JSON)
{
"data": [
{
"id": 0,
"bank_account_id": 0,
"transaction_date": "2025-01-14T13:51:15.000Z",
"amount_cents": 0,
"currency_code": "string",
"counterparty_name": "string"
}
]
}