Skip to main content
POST
/
refunds
/
resend-callback
Resend refund callback
curl --request POST \
  --url https://api.sandbox.pawapay.io/refunds/resend-callback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "refundId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639"
}'
{
"payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"status": "ACCEPTED"
}
Resends the callback for a refund to your configured callback URL. The refund 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
refundId
string<uuid>
required
Required string length: 36
Example:

Response

refundId
string<uuid>
required
Required string length: 36
Example:
status
enum<string>
required
Available options:
ACCEPTED,
REJECTED,
FAILED
rejectionReason
string
Example: