Assign a transaction to an account holder

Changes the account holder associated with the transaction. The old and new account holder must share the same type.

Path parameters

idstringRequired

Headers

X-Api-KeystringRequired
X-Application-IdstringRequired

Request

This endpoint expects an object.
account_holder_idstringRequired

Response

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

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.
entitiesobject or null
Entities found by identity identification
categoriesobject or null
locationobject or null
errorobject or null
account_holder_idstring or null>=1 character
The unique ID of the account holder of the transaction

Errors