Bank Transaction
Summary: List of user bank transactions linked to Bank account.
By default, the Bank Transaction's history is 12 months.
The most of the banks give only 3 months history.
| Field | Type | Description |
|---|---|---|
| id | uuid | Unique identifier (UUID) |
| account_id | string | Id of the Bank account on which the transaction was made |
| amount | float | The amount of the transaction |
| currency | currency | Currency of the transaction |
| initiated_at | datetime | Date (or datetime) on which the order to make a transaction was issued |
| value_date | datetime | Date (or datetime) on which the transfer of money was effective |
| description | string | Description attached to the transaction |
| transaction_type | string | Transaction type, supported types: BANK, CARD, CHECK, ORDER, TRANSFER, WITHDRAWAL |
| provider_name | string | Provider from which this transaction was obtained |
| data_connection_id | uuid | Data connection from which this transaction was obtained |