POST
/
payouts
/
resend-callback
curl --request POST \
  --url https://api.sandbox.pawapay.io/payouts/resend-callback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639"
}'
{
  "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 the guidelines in Handling callbacks.

Authorizations

Authorization
string
header
required

Body

application/json

Response

200
application/json
Request has been processed by pawaPay

The response is of type object.