Skip to main content
When a statement has been generated, pawaPay will 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

statementId
string<uuid>
required
Required string length: 36
Example:
status
enum<string>
required
Available options:
PROCESSING,
COMPLETED,
FAILED
wallet
object
required
created
string<date-time>
required
Example:
startDate
string<date-time>
required
Example:
endDate
string<date-time>
required
Example:
fileSize
number
Example:
downloadUrl
string<uri>
downloadUrlExpiresAt
string<date-time>
Example:
completedAt
string<date-time>
Example:
failedAt
string<date-time>
Example:
failureReason
object