Returns all MPGS transactions for the previous South Africa business day, including reconciliation metadata and any verification errors.
No request body is required. The merchant is identified automatically from the x-api-key header.
Security
ApiKeyAuth
- Mock serverhttps://docs.amabills.co.za/_mock/openapi/v2/whooshEndOfDayLedger
- Testinghttps://api-test.amabills.co.za/api/v2/whooshEndOfDayLedger
- Productionhttps://api.amabills.co.za/api/v2/whooshEndOfDayLedger
curl -i -X POST \
https://docs.amabills.co.za/_mock/openapi/v2/whooshEndOfDayLedger \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully retrieved previous business day transactions.
Start of the business day as an ISO timestamp.
Example:"2024-04-01T00:00:00+02:00"
End of the business day as an ISO timestamp.
Example:"2024-04-01T23:59:59+02:00"
Timestamp when this response was generated.
Example:"2024-04-02T06:05:00+02:00"
Response
{ "success": true, "merchantId": "MERCH-001", "timezone": "Africa/Johannesburg", "businessDate": "2024-04-01", "periodStart": "2024-04-01T00:00:00+02:00", "periodEnd": "2024-04-01T23:59:59+02:00", "generatedOn": "2024-04-02T06:05:00+02:00", "transactionCount": 2, "totalAmount": 300, "verificationErrorCount": 0, "transactions": [ { … }, { … } ], "verificationErrors": [] }