Represents an event in the Bank Transfers API.
Name | Type | Description | Notes |
---|---|---|---|
event_id | int | Plaid’s unique identifier for this event. IDs are sequential unsigned 64-bit integers. | |
timestamp | datetime | The datetime when this event occurred. This will be of the form `2006-01-02T15:04:05Z`. | |
event_type | BankTransferEventType | ||
account_id | str | The account ID associated with the bank transfer. | |
bank_transfer_id | str | Plaid’s unique identifier for a bank transfer. | |
origination_account_id | str, none_type | The ID of the origination account that this balance belongs to. | |
bank_transfer_type | BankTransferType | ||
bank_transfer_amount | str | The bank transfer amount. | |
bank_transfer_iso_currency_code | str | The currency of the bank transfer amount. | |
failure_reason | BankTransferFailure | ||
direction | BankTransferDirection | ||
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |