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

