Get currency by location

get
/api/v3/geoip/currency
lts

This endpoint returns currency that corresponds to the buyer's country.

Header parameters
Attribute
Requirement
Description
x-public-key
mandatory
a public key that identifies the merchant account (there can be several for one merchant)
x-buyer-ip
mandatory
is responsible for information about the buyer's IP address
x-date
mandatory
is responsible for the date and time of sending the request
x-token
mandatory
generated on the merchant side
x-source
mandatory
identifier of the type of service that is the initiator of the request
x-id
mandatory
service identifier from which the current request is made
Request parameters
Attribute
Type
Requirement
Description
Standard
countryCode
string
mandatory
Country code
ISO 3166-1 alpha-2
merchant
string
mandatory
Valid merchant name
-
Response parameters
Attribute
Type
Description
recommendedCurrency
string
Recommended currency for the specified country
{
  "recommendedCurrency": "USD"
}