List Reconciliation Transactions

Returns a paginated list of transaction reconciliation data for the authenticated merchant within the specified date range.

Authentication

x-truemed-api-keystring

Sales channel API key for merchant server-to-server authentication

Query parameters

pageintegerOptional
Optional field indicating which page to access. Defaults to 1.
page_sizeintegerOptional
Optional field indicating the number of records per page. Defaults to 30.
start_datedateRequired

Start of the date range, inclusive (YYYY-MM-DD).

end_datedateRequired

End of the date range, inclusive (YYYY-MM-DD).

payout_idslist of stringsOptional

Comma-separated payout IDs to filter by, e.g. po_1,po_2.

include_pending_payoutsbooleanOptional

When true (default), include transactions not yet associated with a payout. When false, return only rows with an associated payout.

Response

Successful response
transactionslist of objects
Paginated list of transaction data.
paginationobject or null
A pagination object with information about the current page, page size, total count, and last page.

Errors

400
Bad Request Error
404
Not Found Error
405
Method Not Allowed Error
500
Internal Server Error
501
Not Implemented Error