Payouts
Resend payout callback
POST
/
payouts
/
resend-callback
Resends the callback for a payout to your configured callback URL. The payout must have reached a final state. The callback delivery has to have failed already.
Please ensure your implementation of callback handling follows the guidelines in Handling callbacks.
Authorizations
Authorization
string
headerrequiredSee Authentication.
Body
application/json
payoutId
string
requiredA UUIDv4 based ID previously specified by you, that uniquely identifies the payout.
Required string length:
36
Response
200 - application/json
payoutId
string
requiredThe payoutId
of the payout transaction.
Required string length:
36
status
enum<string>
requiredPossible initiation statuses:
ACCEPTED
- The manual action request has been accepted by pawaPay for processing.REJECTED
- The manual action request has been rejected by pawaPay. See rejectionReason for details.FAILED
- The manual action request has failed during submitting for processing due to internal reasons.
Available options:
ACCEPTED
, REJECTED
, FAILED
rejectionReason
string
Human-readable explanation why request has been rejected