cURL
curl --request POST \ --url https://api.sandbox.pawapay.io/deposits/resend-callback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "depositId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639" }'
200
ACCEPTED
{ "depositId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639", "status": "ACCEPTED"}
See Authentication.
Request has been accepted for processing by pawaPay
The response is of type object.
object
Was this page helpful?