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
page
Optional field indicating which page to access. Defaults to 1.
page_size
Optional field indicating the number of records per page. Defaults to 30.
start_date
Start of the date range, inclusive (YYYY-MM-DD).
end_date
End of the date range, inclusive (YYYY-MM-DD).
payout_ids
Comma-separated payout IDs to filter by, e.g. po_1,po_2.
include_pending_payouts
When true (default), include transactions not yet associated with a payout. When false, return only rows with an associated payout.
Response
Successful response
transactions
Paginated list of transaction data.
pagination
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