Update a transaction

Updates a transaction by its ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique identifier of the transaction.

Body Params
string

A new memo for the transaction.

string

A new cheque number for the transaction.

string

A new payee for the transaction.

number

The amount of the transaction (signed). A positive amount is a credit, and a negative amount is a debit.

string

A new date for the transaction.

boolean

Whether the transaction is a transfer or not.

integer

The unique identifier of a new category for the transaction. Sending an empty string will uncategorize the transaction.

string

A new note for the transaction.

boolean

Whether the transaction needs to be reviewed or not.

string

A new comma-separated set of labels for the transaction.

splits
array of objects

Split this transaction into multiple transactions. The correctly calculated remainder amount parameter must be provided, which is equal to the amount - sum(split_amounts). Splitting is atomic: all splits are validated before the original transaction and any splits are saved.

splits
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json