Payouts
Cancel enqueued payout
POST
/
payouts
/
fail-enqueued
/
{payoutId}
Cancels a payout that is currently in the ENQUEUED
status.
- The payment will be moved to
FAILED
status. - The payment will have the failure code
MANUALLY_CANCELLED
. - If you have configured callbacks, a callback will be sent.
Authorizations
Authorization
string
headerrequiredSee Authentication.
Path Parameters
payoutId
string
requiredThe payoutId
of the payout you want cancel.
Required string length:
36
Response
200 - application/json
payoutId
string
requiredThe payoutId
of the payout transaction.
Required string length:
36
status
enum<string>
requiredPossible initiation statuses:
ACCEPTED
- The manual action request has been accepted by pawaPay for processing.REJECTED
- The manual action request has been rejected by pawaPay. See rejectionReason for details.FAILED
- The manual action request has failed during submitting for processing due to internal reasons.
Available options:
ACCEPTED
, REJECTED
, FAILED
rejectionReason
string
Human-readable explanation why request has been rejected