Payouts operation allows you to initiate a payout for asynchronous processing.
See what the payout flow looks like with pawaPay and for your customers.
payoutId
multiple times.payoutId
will be ignored with the DUPLICATE_IGNORED
status.status
code in the response for each submitted request. The rejectionReason
in the response will contain information about the reason of the rejection.Each request can get one of the statuses on initiation:
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 . |
As the pawaPay Merchant API is an asynchronous API, you can find out the final status of the ACCEPTED
or ENQUEUED
payout by either:
If you have configured callbacks, just wait for it.
Or poll the Check Payout Status endpoint.
See Authentication.
SHA-256 or SHA-512 hash of the request body.
Request has been accepted for processing by pawaPay
The response is of type object
.
Payouts operation allows you to initiate a payout for asynchronous processing.
See what the payout flow looks like with pawaPay and for your customers.
payoutId
multiple times.payoutId
will be ignored with the DUPLICATE_IGNORED
status.status
code in the response for each submitted request. The rejectionReason
in the response will contain information about the reason of the rejection.Each request can get one of the statuses on initiation:
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 . |
As the pawaPay Merchant API is an asynchronous API, you can find out the final status of the ACCEPTED
or ENQUEUED
payout by either:
If you have configured callbacks, just wait for it.
Or poll the Check Payout Status endpoint.
See Authentication.
SHA-256 or SHA-512 hash of the request body.
Request has been accepted for processing by pawaPay
The response is of type object
.