cURL
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" }'
200
ACCEPTED
{ "payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639", "status": "ACCEPTED"}
See Authentication.
Request has been processed by pawaPay
The response is of type object.
object
Was this page helpful?