Skip to main content
GET
/
v2
/
statements
/
{statementId}
Check statement status
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"
  }
}
Get the current status of the statement based on its statementId

Authorizations

Authorization
string
header
required

Response

Request has been processed by pawaPay

status
enum<string>
required

The result of this operation.

  • FOUND - The statement was found in pawaPay.
  • NOT_FOUND - The statement was not found in pawaPay.
Available options:
FOUND,
NOT_FOUND
data
object