Get Price Points for a Country
Retrieves price points localized for a specific country.
Pass price points in USD cents and a country code. The API returns each requested price point with its localized price in the currency for that country.
Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
List of base prices in USD.
50[699, 4550, 9999]Country code in ISO 3166-1 alpha-2.
"DE"
Response
Localized price points retrieved successfully.
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.
"EUR"
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.
