v1

latestOpenAPI 3.0.02026-07-2627149175.2 KB
payouts

Cancel enqueued payout

post/v2/payouts/fail-enqueued/{payoutId}

Path parameters

payoutIdstring uuid required

The id of the payout that you are performing this operation on.

Response

Request has been processed by PawaPay

payoutIdstring uuid required

The unique ID for this payment in PawaPay as specified by you during initiation.

status'ACCEPTED' | 'REJECTED' required

Possible initiation statuses:

  • ACCEPTED - The action request has been accepted by PawaPay for processing.
  • REJECTED - The action request has been rejected by PawaPay. See failureReason for details.

Example response

{
  "payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639"
}