Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Price localization allows you to expand to new markets by accommodating your product’s pricing to the local willingness to pay. Stigg’s price localization implementation can also be leveraged to test and gradually roll out pricing changes in specific geographies before applying the change to your main markets. Using Stigg’s price localization functionality, you can:- Offer your products using different price points in different countries, for example:
$XUSD in the US,$YUSD in Israel. - Offer your product in the local currency per country, decoupled from the current conversion rate, for example: $X USD in the US, ₹Y INR in India.
- Display the localized prices to customers on your public pricing page and in-app paywalls.
- When Stigg is integrated with a billing solution (such as Stripe) - bill customers in their local currency, including invoicing, payment collection and receipt generation.
How billing currency is determined
Stigg provides the infrastructure to define localized prices per country, but does not automatically determine which currency applies to a given customer. Your team is responsible for implementing the logic that resolves the customer’s billing country code and passing it to Stigg. Common approaches used by SaaS vendors include:- GeoIP — resolve the customer’s country from their IP address.
- Billing address — use the country from the customer’s billing address once it’s been collected.
- Customer preference — let the customer select their preferred currency during onboarding or in account settings.
