This article explains how you can manage and retrieve localize prices in the Checkout using Appcharge Price Points, ensuring players see prices in their preferred currency.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.
Set and manage Price Points
In the Publisher Dashboard, set and manage price points for each locale you support.Fetch Price Points
Use thegetPricePoints function to retrieve the Price Points you configured in the Publisher Dashboard:
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
environment | string | Yes | The checkout environment. One of: - sandbox: For testing. - prod: For live operations. | |
checkoutPublicToken | string | Yes | The checkout public key, located in the Publisher Dashboard. In the sidebar menu, click Settings, then select the Integration tab. Copy the Checkout Public Key value. |
