wallet.withdrawal.success event is sent when a wallet withdrawal request has completed successfully and the funds have been transferred out of the wallet.
This event represents a final, successful state in the wallet withdrawal lifecycle.
Example Payload
Data Fields
string
Unique identifier of the wallet withdrawal transaction.
string
Final withdrawal status. Always
completed for this event.float
Withdrawal amount expressed in the major currency unit (for example, USD).
Handling the Event
Use this event to:- Debit the withdrawn amount from the wallet balance
- Mark the withdrawal transaction as completed
- Update transaction history and statements
- Trigger post-withdrawal notifications or workflows

