curl --request GET \
--url https://api.sandbox.pawapay.io/v2/statements/{statementId} \
--header 'Authorization: Bearer <token>'{
"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"
}
}curl --request GET \
--url https://api.sandbox.pawapay.io/v2/statements/{statementId} \
--header 'Authorization: Bearer <token>'{
"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"
}
}statementIdSee Authentication.
Request has been processed by pawaPay
The result of this operation.
FOUND - The statement was found in pawaPay.NOT_FOUND - The statement was not found in pawaPay.FOUND, NOT_FOUND Show child attributes
The unique ID for this statement as specified by pawaPay.
36"f4401bd2-1568-4140-bf2d-eb77d2b2b639"
Possible statement statuses:
PROCESSING - The statement is in processing status.COMPLETED - The statement has been completed. See downloadUrl to download the file.FAILED - The statement has been failed. See failureReason for details.PROCESSING, COMPLETED, FAILED Specifies which wallet to generate a statement for.
You can check which wallets you have from the wallet balances endpoint.
Show child attributes
Country code for the wallet you are generating a statement for.
You can check which wallets you have from the wallet balances endpoint.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.
3"ZMB"
ISO currency code for the wallet you are generating a statement for.
You can check which wallets you have from the wallet balances endpoint.
Format must be the ISO 4217 three character currency code in upper case. Read more from Wikipedia.
"ZMW"
If you have provider specific wallets, it indicates which provider specific wallet to generate the statement for in this country.
You can check which wallets you have from the wallet balances endpoint.
"MTN_MOMO_ZMB"
The file size in bytes of the generated statement.
1048576
The URL from which to download the generated statement.
Please note! The URL is valid until downloadUrlExpiresAt.
The download URL expiration time. After this time, the statement cannot be downloaded any more and a new statement should be generated.
"2025-05-01T10:00:00"
The date and time when the statement was generated.
"2025-05-01T10:00:00"
The data and time when the statement generation failed.
"2025-05-01T10:00:00"
Show child attributes
Possible statement failure codes:
UNKNOWN_ERROR - Unable to process request due to an unknown problem.UNKNOWN_ERROR "UNKNOWN_ERROR"
Description of the reason for this failure
"Unable to process request due to an unknown problem."
Was this page helpful?