cURL
curl --request GET \ --url https://api.sandbox.pawapay.io/v2/statements/{statementId} \ --header 'Authorization: Bearer <token>'
200
COMPLETED
{ "status": "FOUND", "data": { "statementId": "8917c345-4791-4285-a416-62f24b6982db", "status": "COMPLETED", "wallet": { "currency": "ZMW", "country": "ZMB", "provider": "MTN_MOMO_ZMB" }, "created": "2020-10-19T08:17:01Z", "startDate": "2025-05-10T10:00:00", "endDate": "2025-05-11T10:00:00", "fileSIze": 1234567, "downloadUrl": "https://pawapay.io/downloadUrl", "downloadUrlExpiresAt": "2020-10-20T08:17:01Z", "completedAt": "2020-10-19T08:17:01Z" }}
statementId
See Authentication.
Request has been processed by pawaPay
The result of this operation.
FOUND
NOT_FOUND
Show child attributes
Was this page helpful?