cURL
curl --request POST \ --url https://api.sandbox.pawapay.io/v2/refunds/resend-callback/{refundId} \ --header 'Authorization: Bearer <token>'
200
ACCEPTED
{ "refundId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639", "status": "ACCEPTED"}
See Authentication.
The id of the refund that you are performing this operation on.
36
Request has been processed by pawaPay
The response is of type object.
object
Was this page helpful?