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 handling callbacks and callback URLs. If you have not configured callbacks, you can always call our Check Payout Status endpoint to get the latest status and details 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

The schema is of type object.