Deposit
2 min
\<font color="#b6c7cb">\</font> topic type concept purpose deposit event overview and guidance on when to send the event audience developers implementing player funding workflows applies to gaming integrations evaluating player deposit attempts does not apply to account creation, authentication, or non financial events the deposit call is intended to retrieve a score and reason codes when a user attempts to deposit money on your website or application timing the api call should come to the after a user submits a deposit after they pass error handling and you retrieve their ip address and user agent before you send them the result of their request flow deposit flow diagram user navigates to client website and clicks deposit client processes front end validation to ensure all fields are filled in properly client retrieves account information, ip, and user agent client's backend server calls whether the deposit was successful or a failure consolidates data and returns a score client determines to process the transaction or not