Settlement Report
Get network total
Retrieve a specific network total record by token. Not available in sandbox.
get/v1/reports/settlement/network_totals/{token}
Path parameters
tokenstring uuid required
Token of the network total record to retrieve
Response
OK
Example response
{
"token": "12cf7505-06a8-435e-b1c7-4c430d02f6c3",
"network": "VISA",
"institution_id": "1000000000",
"settlement_institution_id": "1000000001",
"settlement_service": "015",
"report_date": "2025-02-25",
"currency": "CAD",
"is_complete": true,
"amounts": {
"gross_settlement": 100,
"interchange_fees": -25,
"visa_charges": 10,
"net_settlement": 85
},
"created": "2025-02-25T13:07:31.419631Z",
"updated": "2025-02-25T13:07:31.419631Z"
}