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.funding.initiated event is sent when a wallet funding request has been successfully initiated.
This indicates that the funding process has started but has not yet entered processing or completed.
Example Payload
Data Fields
Unique identifier of the wallet funding transaction.
Current funding status. Always
initiated for this event.Funding amount expressed in the major currency unit (for example, USD).
Handling the Event
Use this event to:- Record the initiation of wallet funding
- Transition the funding into an active state
- Prevent duplicate funding attempts
- Monitor wallet funding flow progression

