post https://example.com/qwallet-hooks
This endpoint receives webhook callbacks from QWallet for various wallet-related events.
Currently supported events include:
deposit.successful
: Triggered when a user deposit is successfully processed.withdrawal.successful
: Triggered when a user withdrawal is successfully processed.
The payload contains the event type and event-specific data.
The request is authenticated to ensure only authorized sources can post data.