v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBList reconciling items
Returns the reconciling items of a company, ordered by date (most recent first). Results are paginated: use limit to control page size and pass the returned nextPageToken to fetch the next page.
Path parameters
Query parameters
Filter items belonging to a given reconciling source (reconcilingSourceCustomId).
Filter items belonging to a given reconciling source (reconcilingSourceCustomId).
Filter by reconciliation status. false also matches items where the value is not set.
Filter by reconciliation status. false also matches items where the value is not set.
Only return items dated on or after this date (inclusive).
Only return items dated on or after this date (inclusive).
Only return items dated before this date (exclusive).
Only return items dated before this date (exclusive).
Maximum number of objects to return in the response. Default 500, maximum 2000.
Maximum number of objects to return in the response. Default 500, maximum 2000.
Token to fetch the next page of results, taken from the nextPageToken returned by the previous request with the same filters. Omit it to fetch the first page. An invalid or malformed token is rejected with 404.
Token to fetch the next page of results, taken from the nextPageToken returned by the previous request with the same filters. Omit it to fetch the first page. An invalid or malformed token is rejected with 404.
Response
Successful Response
Example response
{
"data": [
{
"amount": 199.9,
"date": "2024-01-15T00:00:00Z",
"description": "Stripe order #4821",
"metadata": {
"orderId": "ORD-48213"
},
"customId": "stripe-order-4821",
"reconcilingSourceCustomId": "stripe-orders"
}
]
}