v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Reporting

Get reconciliation summary report

Use this endpoint to retrieve an aggregated reconciliation summary for a specific context and date range, including matched and unmatched counts and amounts.

get/v1/reports/contexts/{contextId}/summary

Path parameters

contextIdstring uuid required

The unique identifier of the reconciliation context.

Query parameters

date_fromstring date required

Start date (YYYY-MM-DD)

date_tostring date required

End date (YYYY-MM-DD)

source_idstring

Source ID filter

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

Aggregated reconciliation summary

matchedCountinteger

Total number of matched transactions

unmatchedCountinteger

Total number of unmatched transactions

totalAmountstring

Total amount across all transactions

matchedAmountstring

Total amount of matched transactions

unmatchedAmountstring

Total amount of unmatched transactions