POST a callback to the callbackUrl provided in the statement creation request.
Read more about handling callbacks.
You can also call our Check Statement Status endpoint to get the latest status of a specific statement request.
Body
The unique ID for this statement as specified by pawaPay.
Required string length:
36Example:
"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.
Available options:
PROCESSING, COMPLETED, FAILED Specifies which wallet to generate a statement for.
You can check which wallets you have from the wallet balances endpoint.
The file size in bytes of the generated statement.
Example:
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.
Example:
"2025-05-01T10:00:00"
The date and time when the statement was generated.
Example:
"2025-05-01T10:00:00"
The data and time when the statement generation failed.
Example:
"2025-05-01T10:00:00"

