Retrieve a transaction

Path parameters

idstringRequired

Headers

X-Api-KeystringRequired
X-Application-IdstringRequired

Response

Successful Response
idstring>=1 character
A unique identifier of the transaction
descriptionstring>=0 characters<=1024 characters
The description string of the transaction
datestring

The date that the transaction was posted. Uses ISO 8601 format (YYYY-MM-DD)

amountdouble>=0

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.

entry_typeenum

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.

Allowed values:
currencyenum
The currency of the transaction in ISO 4217 format
created_atdatetime
The timestamp of when the account holder was created.
entitiesobjectOptional
Entities found by identity identification
categoriesobjectOptional
locationobjectOptional
errorobjectOptional
account_holder_idstringOptional>=1 character
The unique ID of the account holder of the transaction

Errors