v1

latestOpenAPI 3.0.02026-07-2627149175.2 KB
refunds

Cancel enqueued refund

post/v2/refunds/fail-enqueued/{refundId}

Path parameters

refundIdstring uuid required

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

Response

Request has been processed by pawaPay

refundIdstring 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

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