v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBReconcilingItems
Create reconciling item
Creates a reconciling item under the given reconcilingSourceCustomId. Calling this again with the same customId updates the existing item instead of creating a duplicate — except once the item has been matched to a transaction, in which case the call still returns 200 and the item is not modified by this request.
post/reconcilingitems/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"amount": 199.9,
"date": "2024-01-15T00:00:00Z",
"description": "Stripe order #4821",
"metadata": {
"orderId": "ORD-48213"
},
"customId": "stripe-order-4821",
"reconcilingSourceCustomId": "stripe-orders"
}Response
Successful Response