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.
getPricePoints
method during the store boot phase.createCheckoutSession
function with the relevant price point.createCheckoutSession
function using the relevant price in USD. 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.
For more detailed technical documentation on how to integrate these localization models, see the Price Points Localization SDK API documentation.