{ids: [54, 55, 56, 57]}
{ error:[ 'Transaction 0 is missing date.','Transaction 0 is missing amount.','Transaction 1 status must be either cleared or uncleared: null' ] }
Key | | Type | | Description |
date | | string | | Must be in ISO 8601 format (YYYY-MM-DD). Required. |
amount | | number | string | | Numeric value of amount. i.e. $4.25 should be denoted as 4.25. Required. |
category_id | | number | | Unique identifier for associated category_id. Category must be associated with the same account and must not be a category group. |
payee | | string | | Max 140 characters |
currency | | string | | Three-letter lowercase currency code must exist in our database. Defaults to user account's primary currency. |
asset_id | | number | | Unique identifier for associated asset (manually-managed account). Asset must be associated with the same account. |
recurring_id | | number | | Unique identifier for associated recurring expense. Recurring expense must be associated with the same account. |
notes | | string | | Max 350 characters |
status | | string | | Must be either Defaults to |
external_id | | string | | User-defined external ID for transaction. Max 75 characters. External IDs must be unique within the same asset_id. |
tags | | Array of numbers and/or strings | | Passing in a number will attempt to match by ID. If no matching tag ID is found, an error will be thrown. Passing in a string will attempt to match by string. If no matching tag name is found, a new tag will be created. |