Update transaction

Set idApp to match a transaction to an app (this marks it mapped); pass idApp: null to unmatch.

Set mappingStatus: "archived" to archive a transaction. Archived transactions are not returned by GET /transactions.

To unmatch and reset the status, send both idApp: null and mappingStatus: "unknown".

amount.value is in minor currency units (e.g., cents) and overrides the original amount; the currency is unchanged.

transactionDate overrides the transaction date (ISO 8601, e.g. 2022-02-03).

Returns only the fields affected by the update (id, idApp, mappingStatus, transactionDate).

  • Rate limit: 100 requests per minute

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

Unique transaction identifier

Body Params

Fields to update. At least one field is required.

integer
1 to 2147483647

App to match the transaction to. Pass null to unmatch. Setting an app marks the transaction mapped.

string
enum

New mapping status. archived archives the transaction; unknown/ignored unmatch it. To match a transaction to an app, set idApp instead (this marks it mapped).

Allowed:
date

Date of the transaction

amount
object

Set a corrected transaction amount. Only value is writable; the currency is unchanged.

Response

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