Settlement Report
Get settlement summary
Get the settlement report for a specified report date. Not available in sandbox.
get/v1/reports/settlement/summary/{report_date}
Path parameters
report_datestring date required
Date of the settlement report to retrieve.
Response
OK
Example response
{
"created": "2023-06-01T00:00:00",
"currency": "USD",
"details": [
{
"currency": "USD",
"institution": "00001",
"interchange_gross_amount": -7,
"network": "MASTERCARD",
"settled_net_amount": 1893,
"transactions_gross_amount": 1900
}
],
"interchange_gross_amount": -7,
"report_date": "2023-06-01",
"settled_net_amount": 1893,
"transactions_gross_amount": 1900,
"updated": "2023-06-01T00:00:00"
}