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.failed event is sent when a wallet withdrawal request fails and reaches a final, non-recoverable state.
After this event is emitted, the withdrawal attempt will not continue processing.
Example Payload
Data Fields
Unique identifier of the wallet withdrawal transaction.
Final withdrawal status. Always
failed for this event.Withdrawal amount expressed in the major currency unit (for example, USD).
Human-readable explanation describing why the wallet withdrawal failed.
Handling the Event
Use this event to:- Mark the withdrawal transaction as failed
- Display the failure reason to the user
- Prevent retries without user intervention, if applicable
- Log failure details for auditing and analysis

