TheDocumentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Unique identifier of the wallet withdrawal transaction.
Current withdrawal status. Always
initiated for this event.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

