Learn more!
See what the payout flow looks like with pawaPay and for your customers.
- This API call is idempotent, which means it is safe to submit a request with the same
payoutIdmultiple times. - Duplicate requests with the same
payoutIdwill be ignored with theDUPLICATE_IGNOREDstatus. - Since the request can be rejected, you must check the
statuscode in the response for each submitted request. TherejectionReasonin the response will contain information about the reason of the rejection.
| Status | Description | |
|---|---|---|
ACCEPTED | Yes | The payout request has been accepted by pawaPay for processing. |
ENQUEUED | Yes | The payout request has been accepted, but has been enqueued for processing later. Read more about enqueued payouts. |
REJECTED | No | The payout request has been rejected. See rejectionReason for details. |
DUPLICATE_IGNORED | No | The payout request has been ignored as a duplicate of an already accepted payout request. Duplication logic relies upon payoutId. |
How to find out the final status of this payout?
As the pawaPay Merchant API is an asynchronous API, you can find out the final status of theACCEPTED or ENQUEUED payout by either:
Waiting for a callback
If you have configured callbacks, just wait for it.
Checking the status
Or poll the Check Payout Status endpoint.
Headers related to signatures must only be included if you have enabled “Only accept signed requests”. Read more about it from the pawaPay Dashboard documentation.
Authorizations
Headers
Body
application/json
Required string length:
36Example:
Required string length:
1 - 23Example:
Example:
Example:
Example:
Required string length:
4 - 22Example:
Example:
Example:

