Which currencies you can sell in
The product form offers five currencies and the API accepts any Stripe-supported code. Prices are never converted automatically based on where your buyer is.
You choose one currency per product and your buyer is charged in it. There is no automatic conversion anywhere in EmbPay: a buyer in Tokyo looking at a product priced in euros pays euros, and their bank handles the conversion.
In the dashboard
The product form offers five currencies: US dollars, euros, pounds sterling, Canadian dollars and Australian dollars. US dollars is the default. This short list is a limitation of the form, and we would rather say so than imply a longer one.
Through the API
The API accepts any three-letter currency code Stripe supports, and handles minor units correctly, including the awkward ones. Zero-decimal currencies such as Japanese yen have no fractional part, and three-decimal currencies such as Kuwaiti dinar carry an extra digit and must be evenly divisible by ten to satisfy Stripe's rule.
Mixing currencies across products
You can price different products in different currencies. Be aware of one consequence in reporting: the analytics totals add order amounts together without converting between currencies and display the result with a dollar sign. If you sell in more than one currency, treat those headline totals as approximate and read the per-order figures instead.
Still stuck?
Email support@embpay.com. It is the same address on every plan — there is no priority queue to be prioritised over. If something on this page disagrees with what the product does, that is a bug in this page and we want to hear about it.
Related
- Fees, payouts and who holds your moneyEmbPay takes 0% of every sale on every plan. Here is exactly who charges what, who is the merchant of record, and when Stripe pays you.
- Subscriptions, split-pay and pay-what-you-wantOffer up to six ways to pay for one product: one-time, subscription, a fixed number of renewals, split-pay instalments or a buyer-chosen price.
- API keys and rate limitsCreate an API key on the Scale plan, authenticate with a bearer token, and stay inside 100 requests per minute per key.