Assign a transaction to an account holder

POST

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

Path parameters

idstringRequired

Request

This endpoint expects an object.
account_holder_idstringRequired

Response

Successful Response

idstring

A unique identifier of the transaction

descriptionstring

The description string of the transaction

datestring

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

amountdouble

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_type"incoming" or "outgoing"
Allowed values: incomingoutgoing

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.

currencyenum

The currency of the transaction in ISO 4217 format

created_atdatetimeDefaults to 1970-01-01T00:00:00.000Z

The timestamp of when the account holder was created.

entitiesobjectOptional

Entities found by identity identification

categoriesobjectOptional
locationobjectOptional
errorobjectOptional
account_holder_idstringOptional

The unique ID of the account holder of the transaction