statementIdcurl --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"
}
}statementIdWas this page helpful?