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.rejected event is sent when a wallet withdrawal request is rejected before completion.
This typically occurs due to compliance checks, risk controls, insufficient permissions, or policy restrictions.
Example Payload
Data Fields
Unique identifier of the wallet withdrawal transaction.
Final withdrawal status. Always
rejected for this event.Withdrawal amount expressed in the major currency unit (for example, USD).
Handling the Event
Use this event to:- Mark the withdrawal transaction as rejected
- Notify the user of the rejection outcome
- Prevent automatic retries
- Record rejection details for compliance and auditing

