Resend remittance callback
Remittances
Resend remittance callback
POST
Resend remittance callback
Resends the callback for a remittance to your configured callback URL. The remittance must have reached a final state.Documentation Index
Fetch the complete documentation index at: https://docs.pawapay.io/llms.txt
Use this file to discover all available pages before exploring further.
Please ensure your implementation of callback handling follows our guidelines.
Authorizations
See Authentication.
Path Parameters
The id of the remittance that you are performing this operation on.
Required string length:
36Response
Request has been processed by pawaPay
The unique ID for this payment in pawaPay as specified by you during initiation.
Required string length:
36Example:
"f4401bd2-1568-4140-bf2d-eb77d2b2b639"
Possible initiation statuses:
ACCEPTED- The action request has been accepted by pawaPay for processing.REJECTED- The action request has been rejected by pawaPay. SeefailureReasonfor details.
Available options:
ACCEPTED, REJECTED The reason for the failure for this action
Example:
"Deposit with ID \\#f4401bd2-1568-4140-bf2d-eb77d2b2b639 not found"