Update a record
Records
Update a record
Update a record’s fields. The record must have a status of unreconciled. Records that are partially or fully reconciled cannot be modified.
PATCH
Update a record
Authorizations
Path Parameters
The unique identifier of the record
Body
application/json
Response
Record updated
The monetary amount in cents (e.g., 1234 = $12.34)
Available options:
credit, debit Three-letter ISO 4217 currency code (e.g. USD, EUR). Optional on create — defaults to USD when omitted. Case-insensitive on input; always returned uppercase.
Pattern:
^[A-Za-z]{3}$Number of decimal places for this currency (2 for USD)
Derived from reconciliation matches. Read-only.
Available options:
reconciled, unreconciled Records matched with this record via reconciliation
Number of days since the record's date. Null when the record is reconciled.