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.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
Unique identifier of the wallet withdrawal transaction.
Final withdrawal status. Always
completed for this event.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

