v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBReconcilingItems
Update reconciling item
Updates the amount, currency, date, description, metadata or additional info of a reconciling item identified by customId. Only the fields sent are changed; omitted or null fields keep their current value. If customId does not match any existing item, or the item has already been matched to a transaction, the call still returns 200 without applying any change.
patch/reconcilingitems/{companyId}/{customId}
Path parameters
customIdstring required
companyIdstring required
Request body
Example request
{
"amount": 199.9,
"date": "2024-01-15T00:00:00Z",
"description": "Stripe order #4821",
"metadata": {
"orderId": "ORD-48213"
}
}Response
Successful Response