Skip to main content
POST

Body

application/json
pricesInUsdCents
number[]
required

List of base prices in USD.

Maximum array length: 50
Example:
countryCode2
string
required

Two-letter country code in ISO-3166 alpha-2 format. Required if playerIp is not provided. Example: US.

Example:

"DE"

playerIp
string

Player IP address in IPv4 format. Required if countryCode2 is not provided. Example: 192.0.2.1.

Response

Localized price points retrieved successfully.

currencyCode
string

ISO 4217 currency code of the resolved local currency. Pass this value as priceDetails.currency when creating a checkout session. Empty string when no local price is configured for any of the requested price points.

Example:

"EUR"

pricePoints
object

Map of requested USD price points, as JSON string keys, to localized price objects. The value is null when no local price is configured for that price point.