Skip to main content
POST
/
v2
/
payouts
/
resend-callback
/
{payoutId}
Resend payout callback
curl --request POST \
  --url https://api.sandbox.pawapay.io/v2/payouts/resend-callback/{payoutId} \
  --header 'Authorization: Bearer <token>'
{
"payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"status": "ACCEPTED"
}
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 our guidelines.

Authorizations

Authorization
string
header
required

Path Parameters

payoutId
string<uuid>
required
Required string length: 36

Response

payoutId
string<uuid>
required
Required string length: 36
Example:
status
enum<string>
required
Available options:
ACCEPTED,
REJECTED
failureReason
object
Example: