v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBRetrieve reconciling item
Returns a single reconciling item by customId.
Path parameters
Response
Successful Response
Amount of the reconciling item, in currency.
Date of the reconciling item.
Free-text description of the reconciling item.
Free-form key/value data associated with the reconciling item. When its reconciling source defines a matchingMetadataKey, the value stored under that key is used to automatically associate this item with a product transaction — only string, number or boolean values are usable for matching, other value types are ignored. An empty string is also accepted and treated as an empty object. Replaces the previously stored value entirely (not merged). Omitted or null leaves the current metadata unchanged.
Free-form key/value metadata to attach to the reconciling item. An empty string is also accepted and treated as an empty object. Replaces the previously stored value entirely (not merged). Omitted or null leaves the current metadata unchanged.
Your own unique ID for the reconciling item. You can use it as your internal reconciling item identifier.
Custom ID of the reconciling source this item belongs to. You can get them from "Reconciling Sources" endpoints. Not validated against existing reconciling sources: if it does not match one, the item is still created, but it is not automatically matched against transactions.
Embat ID of the reconciling item.
Embat company ID. You can get them from "companies" endpoints.
Last updated date of the entity in the database.
Created date of the entity in the database.
Whether this item has completed the reconciliation process against a transaction. Set by Embat; it cannot be set through this API.
Whether this item has been matched to a transaction. Defaults to false when the item is created and is set by Embat afterwards; it cannot be set through this API.
Example response
{
"amount": 199.9,
"date": "2024-01-15T00:00:00Z",
"description": "Stripe order #4821",
"metadata": {
"orderId": "ORD-48213"
},
"customId": "stripe-order-4821",
"reconcilingSourceCustomId": "stripe-orders"
}