v1

latestOpenAPI 3.0.02026-07-2627149175.2 KB
deposits

Resend deposit callback

post/v2/deposits/resend-callback/{depositId}

Path parameters

depositIdstring uuid required

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

Response

Request has been accepted for processing by PawaPay

depositIdstring uuid required

The unique ID for this payment in PawaPay as specified by you during initiation.

status'ACCEPTED' | 'REJECTED' required

Possible initiation statuses:

  • ACCEPTED - The action request has been accepted by PawaPay for processing.
  • REJECTED - The action request has been rejected by PawaPay. See failureReason for details.

Example response

{
  "depositId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639"
}