Avada webhook for top-up events. It validates the signature, attaches partner_id when provided, transitions the top-up state, executes the crypto transfer if payment succeeded, and triggers the partner’s callback URL when configured. Keep this endpoint reachable by Unipesa and consistent with the callback URL used at initiation.
Request
Query Params
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/topup-fiat/callback?partner_id' \
--header'Content-Type: application/json' \
--data-raw'{}'