Multicurrency (Vindicia only)
DISCLAIMER
Product Information contained within this document, including technical information and functional specifications, is subject to change without notice. Naviga reserves the right to make any changes to the information in this document at any time without notice. Naviga makes no warranty, representation, or guarantee regarding the suitability of its products and services for any particular purpose.
Overview
The Multicurrency feature allows our applications to provide dynamic pricing. This enhancement changes currency UI (symbol and formatting) and supports different price points and tax amounts. Only digital (ZIP-only) new starts are supported in scope of this feature
This feature will cover the following needs:
users can now purchase products in their desired currency, local or other. Country related taxes will be displayed along with the cost in the respective currency)
prices at a product and bill plan level can be set in different currencies
Please note that this is a breaking change: for the create inApp subscription calls now you need to send the Currency (required field) on the request Body
Glossary
Selected by user (respective) currency - the country-dependent currency selected by the end-user. When a user enters their billing country/postal code their corresponding currency is selected. If there are several currencies supported within the country, the user will need to select one from the list of what their country supports.
Price cycle - Price for a billing Period. The price within the active billing period cannot be changed; Vindicia specific
Business requirements
In all applications, prices are displayed in the end-user's selected currency + symbol.
In all applications, VAT or related taxes are displayed in the end-user's selected currency + symbol.
In all applications, the total subscription cost is displayed in the end-user's currency + symbol.
All user-facing and admin-facing pages (e.g. current subscription information, transaction history) should have the prices displayed in the currency + symbol that the end-user selected.
The transactional emails should have the prices displayed in the currency + symbol that the end-user selected.
Local (respective) currency is determined by the country the user entered:
The currency gets populated automatically after the user selects a country if the subscriber concierge database has only one currency stored for the selected country.
The user is prompted to select a currency if the user selects a country that has more than one currency set at the country level in subscribe concierge database.
Both price and currency symbol gets updated each time country/currency is updated.
Vindicia processes the payment in the selected currency.
When creating an auto-bill, the pricing is displayed in the currency + symbol the end-user selected, the exact cost is pulled from the billing plan where it should be set in that currency.
Additional currencies can be added to active billing plans (the ones with active subscriptions) but will only be applied in the next billing cycle, the price/currency set for the current price cycle on that billing stays unchanged.
The pricing in the billing plans can be set independently for each currency.
All the current payment methods should be supported (both PayPal and credit cards).
In case of errors caused by incorrect/incomplete configuration, the default currency + symbol (USD and `$`) will be used.
An error message is displayed in SubCon Admin in case currency isn’t defined.
Development details
Pre-requisites
The price needs to be set at the Billing Plan level for each currency. The currency must also exist at the product level but the price should be 0 at the product level for each supported currency type.
Both the list of the supported currencies and their appropriate symbols needs to exist in the database
The list of the work required
The presentation has a single-selection dropdown for countries and a field for the related currency symbol.
Whenever a different billing country is selected, the pricing (including both the currency and the symbol) updates automatically.
The Subscription Panel displays total subscription costs in the currency the user selects.
The Subscription Panel makes a dry run call to Vindicia to get the correct product, bill plan, and tax using the selected currency and address. Both price and tax will be displayed in culture-based format.
Currency is passed in the cart abandonment analytics.
Step component in CMS needs to be enhanced with the field to control the displayed currency.
Last updated