Represents a bank transfer within the Bank Transfers API.
Name | Type | Description | Notes |
---|---|---|---|
id | str | Plaid’s unique identifier for a bank transfer. | |
ach_class | ACHClass | ||
account_id | str | The account ID that should be credited/debited for this bank transfer. | |
type | BankTransferType | ||
user | BankTransferUser | ||
amount | str | The amount of the bank transfer (decimal string with two digits of precision e.g. "10.00"). | |
iso_currency_code | str | The currency of the transfer amount, e.g. "USD" | |
description | str | The description of the transfer. | |
created | datetime | The datetime when this bank transfer was created. This will be of the form `2006-01-02T15:04:05Z` | |
status | BankTransferStatus | ||
network | BankTransferNetwork | ||
cancellable | bool | When `true`, you can still cancel this bank transfer. | |
failure_reason | BankTransferFailure | ||
custom_tag | str, none_type | A string containing the custom tag provided by the client in the create request. Will be null if not provided. | |
metadata | BankTransferMetadata | ||
origination_account_id | str | Plaid’s unique identifier for the origination account that was used for this transfer. | |
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] |