Skip to main content
POST
Resend deposit callback
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

Request has been accepted for processing by PawaPay

depositId
string<uuid>
required

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

Required string length: 36
Example:

"f4401bd2-1568-4140-bf2d-eb77d2b2b639"

status
enum<string>
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.
Available options:
ACCEPTED,
REJECTED
failureReason
object

The reason for the failure for this action

Example:

"Deposit with ID \\#f4401bd2-1568-4140-bf2d-eb77d2b2b639 not found"