Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 3.41 KB

TransactionAllOf.md

File metadata and controls

19 lines (14 loc) · 3.41 KB

TransactionAllOf

Properties

Name Type Description Notes
authorized_date date, none_type The date that the transaction was authorized. For posted transactions, the `date` field will indicate the posted date, but `authorized_date` will indicate the day the transaction was authorized by the financial institution. If presenting transactions to the user in a UI, the `authorized_date`, when available, is generally preferable to use over the `date` field for posted transactions, as it will generally represent the date the user actually made the transaction. Dates are returned in an ISO 8601 format ( `YYYY-MM-DD` ).
authorized_datetime datetime, none_type Date and time when a transaction was authorized in ISO 8601 format ( `YYYY-MM-DDTHH:mm:ssZ` ). For posted transactions, the `datetime` field will indicate the posted date, but `authorized_datetime` will indicate the day the transaction was authorized by the financial institution. If presenting transactions to the user in a UI, the `authorized_datetime`, when available, is generally preferable to use over the `datetime` field for posted transactions, as it will generally represent the date the user actually made the transaction. This field is returned for select financial institutions and comes as provided by the institution. It may contain default time values (such as 00:00:00). This field is only populated in API version 2019-05-29 and later.
datetime datetime, none_type Date and time when a transaction was posted in ISO 8601 format ( `YYYY-MM-DDTHH:mm:ssZ` ). For the date that the transaction was initiated, rather than posted, see the `authorized_datetime` field. This field is returned for select financial institutions and comes as provided by the institution. It may contain default time values (such as 00:00:00). This field is only populated in API version 2019-05-29 and later.
payment_channel str The channel used to make a payment. `online:` transactions that took place online. `in store:` transactions that were made at a physical location. `other:` transactions that relate to banks, e.g. fees or deposits. This field replaces the `transaction_type` field.
transaction_code TransactionCode
personal_finance_category PersonalFinanceCategory [optional]
personal_finance_category_icon_url str A link to the icon associated with the primary personal finance category. The logo will always be 100x100 pixels. [optional]
counterparties [TransactionCounterparty] The counterparties present in the transaction. Counterparties, such as the financial institutions, are extracted by Plaid from the raw description. [optional]
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]

[Back to Model list] [Back to API list] [Back to README]