Location Checks
Location verification is required to comply with regulatory requirements regarding financial transactions that the user carries out while using the application.
LinQ services use two types of user location verification, differing in more precise location determination and nature of operations.
Checking the user's location by IP address is carried out in order to limit access to services from regions that are subject to restrictions by the jurisdiction where business is conducted.
Checking the location using the user's coordinates is carried out to ensure the legality of operations in a given territory; as a rule, this applies to operations related to the movement of funds (deposits, withdrawals, placing a bet to participate in a tournament).
IP verification
To check access over IP, the RestrictionsService
service is used, which provides the isAccessAllowed
method
Check by GEO
To check access to operations based on user coordinates, the LocationService service and the isOperationAllowed method are used.