v1
latestOpenAPI 3.0.02026-07-2627149175.2 KBfinances
Statements
post/v2/statements
Request body
Example request
{
"wallet": {
"country": "ZMB",
"currency": "ZMW",
"provider": "MTN_MOMO_ZMB"
},
"callbackUrl": "https://merchant.com/statementCallbacks",
"startDate": "2025-05-10T10:00:00",
"endDate": "2025-05-11T10:00:00"
}Response
Request has been accepted for processing by PawaPay
Example response
{
"statementId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"created": "2020-02-21T17:32:29Z",
"failureReason": {
"failureCode": "WALLET_NOT_FOUND",
"failureMessage": "Wallet does not exist."
}
}