This page provides an overview of the technical flows for integrating price localization in an external webstore using Appcharge. Note: You can read more about the two currently localization models that Appcharge offers in the Currency Localization Models documentation.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.
Price Points Localization in External Store
- Configure the price points in USD in the Appcharge Dashboard (see Price Points Dashboard Setup Guide).
- Execute the
getPricePointsmethod during the store boot phase. - Retrieve and display the localized prices, formatted with the local currency and tax inclusive, on the store screen.
- When an offer is selected, execute the
createCheckoutSessionfunction with the relevant price point.
Currency Conversion in External Store
- Present prices in USD in the store phase.
- When an offer is selected, execute the
createCheckoutSessionfunction using the relevant price in USD. - The checkout process will automatically convert the USD amount to the player’s local currency.
