If you have configured callbacks, pawaPay will POST a callback to your configured callback URL for each deposit when it reaches a final status. Read more about callbacks.

If you have not configured callbacks, you can always call the Check Deposit Status endpoint to get the latest status of a specific deposit.

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 the 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.