Synchronously enrich transactions
Authentication
Headers
Request
The date that the transaction was posted. Uses ISO 8601 format (YYYY-MM-DD)
The amount of the transaction in the currency
. Must be a positive value. For example, if the currency
is USD, then it’s the amount in dollars.
The direction of the flow of the money from the perspective of the account holder. outgoing
to represent money leaving the account, such as purchases or fees, while incoming
represents money entering the account, such as income or refunds.
The unique ID of the account holder. Unsetting it will disable categorization.
Response
A unique identifier for the transaction. If two transactions are submitted with the same id
the most recent one will replace the previous one.