v1
latestOpenAPI 3.0.32026-07-248079274.0 KBReports
Retrieve a Reconciliation Report
Retrieve a specific reconciliation report by providing the reconciliation_id in the URL path.
get/reports/reconciliations/{reconciliation_id}
Path parameters
reconciliation_idstring uuid required
Unique ID assigned by Acquired.com for the reconciliation report.
Query parameters
filterstring
Filter the parameters that you want to return within the response.
Response
OK
Example response
{
"data": [
{
"transaction_id": "a7e3fde5-5b83-44f4-9915-782bc7121717",
"payment_method": "card",
"order_id": "1f1f2a61-5b68-4725-a0ce-9560514ec00b",
"custom_data": "L3BheW1lbnQtbGlua3MgcGF5IGN1c3RvbV9kYXRh",
"card_type": "mastercard",
"acquirer_reference_number": "AA07071660000001",
"date": "2024-10-15",
"type": "sale",
"region": "domestic",
"amount": 770.71,
"fee": -762.91,
"net_amount": 762.91
}
]
}