v1

latestOpenAPI 3.0.02026-07-2627149175.2 KB
payouts

Resend payout callback

Resends the callback for a payout to your configured callback URL. The payout must have reached a final state.

Please ensure your implementation of callback handling follows the guidelines in Handling callbacks.

post/v2/payouts/resend-callback/{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"
}