wallet.withdrawal.initiated event is sent when a wallet withdrawal request has been successfully initiated.
This indicates that the withdrawal process has started but has not yet entered processing or settlement.
Example Payload
Data Fields
string
Unique identifier of the wallet withdrawal transaction.
string
Current withdrawal status. Always
initiated for this event.float
Withdrawal amount expressed in the major currency unit (for example, USD).
Handling the Event
Use this event to:- Record the initiation of a wallet withdrawal
- Transition the withdrawal into an active state
- Prevent duplicate withdrawal attempts
- Monitor withdrawal flow progression

