Unified Eurozone Pricing
Expanding globally often means managing localized pricing for numerous countries. For the Eurozone - 21 member states sharing the Euro (EUR) - maintaining separate pricing configurations for every single country can be tedious, repetitive, and prone to errors.
We're excited to announce Unified Eurozone Pricing, a streamlined way to handle price localization for countries that pay in EUR!
🆕 What’s new?
Stigg now supports a dedicated eu country code (labeled European Union with an EU flag in the Stigg app) that can be used to represent the Eurozone as a single region:
- Unified Eurozone Region: Configure a single EUR price for most Eurozone countries instead of adding and maintaining the exact same price 21 times.
- Full Developer Control Over Mapping: Matching a
billingCountryCodeto a localized price is a simple, predictable exact string comparison. This puts the power entirely in your codebase. You decide exactly which countries are grouped together by maintaining your own list of Eurozone country codes and mapping them to "EU" before passing the parameter to Stigg's widgets (Paywall, Checkout, Customer Portal) or APIs. - Flexible Granularity: Any country you don't explicitly map to the "EU" code in your application simply keeps its own default or distinct localized price.
💡 Why it matters
- Reduced Maintenance: Say goodbye to the operational overhead of managing duplicate price rows for Austria, Germany, France, Italy, and 17 other member states.
- Faster Rollouts: Update your EUR pricing strategy across the entire region with a single change.
- Ultimate Control: You decide exactly which countries are grouped together. You can easily pull a specific country out of the "EU" mapping later if you decide to charge a different localized price for that specific market.
⚒️ Get started
- Navigate to the Stigg app and add a new localized price using the European Union (EU) region to your plans or add-ons.
- In your application's country-resolution logic (via GeoIP, billing address, or preference), maintain a list of Eurozone ISO codes.
- If a customer's actual country code is in that list, map it to
eu. - Pass
euas thebillingCountryCodeon relevant API calls or Snap-in widgets. - To move existing subscribers from individual per-country pricing to the unified EU price, follow our step-by-step consolidation guide.
To learn more about setting up unified EUR pricing, code snippets, and how to safely migrate existing customers, check out our Serving countries that pay in EUR Documentation.
📦 Availability
Unified Eurozone Pricing is available now to all Stigg customers using Price Localization.