The endpoint is used to obtain location information based on the IP address. Its purpose is to enable the system to adapt payment flows, currencies, local payment methods, and the interface display according to the user’s country.
{
"type": "maxmind",
"iso2Code": "NL",
"recommendedCurrency": "EUR",
"possibleVatPercent": 21,
"city": {
"name": "Amsterdam"
},
"subdivision": {
"name": "North Holland",
"isoCode": "NH"
},
"location": {
"latitude": 52.3759,
"longitude": 4.8975,
"timezone": "Europe/Amsterdam",
"postalCode": "1012"
},
"continent": {
"name": "Europe",
"isoCode": "EU"
}
}