Data to populate as test transaction data. If not specified, random transactions will be generated instead.
Name | Type | Description | Notes |
---|---|---|---|
date_transacted | date | The date of the transaction, in ISO 8601 (YYYY-MM-DD) format. Transactions in Sandbox will move from pending to posted once their transaction date has been reached. If a `date_transacted` is not provided by the institution, a transaction date may be available in the `authorized_date` field. | |
date_posted | date | The date the transaction posted, in ISO 8601 (YYYY-MM-DD) format. Posted dates in the past or present will result in posted transactions; posted dates in the future will result in pending transactions. | |
amount | float | The transaction amount. Can be negative. | |
description | str | The transaction description. | |
currency | str | The ISO-4217 format currency code for the transaction. | [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] |