POST
/
v2
/
deposits
/
resend-callback
/
{depositId}
Resend deposit callback
curl --request POST \
  --url https://api.sandbox.pawapay.io/v2/deposits/resend-callback/{depositId} \
  --header 'Authorization: Bearer <token>'
{
"depositId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"status": "ACCEPTED"
}
Resends the callback for a deposit to your configured callback URL. The deposit must have reached a final state.
Please ensure your implementation of callback handling follows our guidelines.

Authorizations

Authorization
string
header
required

Path Parameters

depositId
string<uuid>
required

The id of the deposit that you are performing this operation on.

Required string length: 36

Response

200
application/json

Request has been accepted for processing by pawaPay

The response is of type object.