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.
Simple conversion model tax implications
Note that the tax will be cut out of the total price in ‘tax inclusive’ countries (which means that you will receive the USD amount minus the tax amount), and no rounding rules will be applied on localized prices.
Note that the tax will be cut out of the total price in ‘tax inclusive’ countries (which means that you will receive the USD amount minus the tax amount), and no rounding rules will be applied on localized prices.
