Skip to main content
If you have configured callbacks, pawaPay will POST a callback to your configured callback URL for each payout when it reaches a final status. Read more about callbacks. If you have not configured callbacks, you can always call our Check Payout Status endpoint to get the latest status of a specific payout request.

Headers

Following headers are only included if you have enabled signed callbacks.Read more about how to implement signed callbacks.
Content-Digest
string
SHA256 or SHA-512 hash of the request body.
Signature
String
Signature of the request according to RFC-9421.
Signature-Input
String
Signature input according to RFC-9421.
Signature-Date
String
Timestamp when signature was created. This is a custom field and is not part of RFC-9421.
Accept-Signature
String
Expected signature algorithm of the response according to RFC-9421.
Accept-Digest
String
Expected digest algorithm of the response according to RFC-9421.

Body

payoutId
string<uuid>
required
Required string length: 36
Example:
status
enum<string>
required
Available options:
COMPLETED,
PROCESSING,
FAILED
amount
string
required
Required string length: 1 - 23
Example:
currency
string
required
Example:
country
string
required
Required string length: 3
Example:
recipient
object
required
created
string<date-time>
required
Example:
customerMessage
string
Required string length: 4 - 22
Example:
providerTransactionId
string
Example:
failureReason
object
metadata
object
Example: