Unipesa webhook receiver for withdrawal events. The handler verifies the signature, updates internal payout status, and if the partner supplied a callback URL during initiation, forwards the finalized payload to that URL. Expose this endpoint publicly for Avada to reach it reliably.
Request
Body Params application/jsonRequired
Examples
Responses
🟢200
application/json
Successful Response
Body
🟠422
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/partners/transactions/withdraw-fiat/callback' \
--header'Content-Type: application/json' \
--data-raw'{}'