135 new currencies at Stripe
41–50 of 149 posts
Re: 135 new currencies at Stripe
#42Where are the currency codes? I couldn't find a list on https://support.stripe.com/questions/in-which-currencies-can... In either case, this is really awesome. What sets this apart from Stripe's competitors, is that those companies (or at least Braintree) require you to set up a different account for each currency, which is a huge pain in the ass. Or at least this was the case last time I checked.
Re: 135 new currencies at Stripe
#43Re: 135 new currencies at Stripe
#44I noticed the example uses "cny" in lower case. ISO currency codes are always uppercase. I imagine the API is case insensitive then. Which may pose a problem for the poor fellow who considers GBP the pound but GBp the pence. That is an established convention on some systems (e.g. Bloomberg, I think).
Interesting point. You're right; the currency param is case-insensitive. (And with regard to GBP vs GBp, our amounts are always denominated in the smallest unit of the currency.)
Re: 135 new currencies at Stripe
#45Awesome. I see Naira. Phew! :)
So if I make my charge in Naira, how do you pay me in Naira considering Nigerian banks are yet to be supported. Of course same question apples to other non supported countries whose currencies are supported.
Re: 135 new currencies at Stripe
#46Where are the currency codes? I couldn't find a list on https://support.stripe.com/questions/in-which-currencies-can... In either case, this is really awesome. What sets this apart from Stripe's competitors, is that those companies (or at least Braintree) require you to set up a different account for each currency, which is a huge pain in the ass. Or at least this was the case last time I checked.
You can get the list of allowed currency codes from the Stripe API: https://stripe.com/docs/api#account See: "currencies_supported"
Re: 135 new currencies at Stripe
#47Earlier quoted context omitted.
Interesting point. You're right; the currency param is case-insensitive. (And with regard to GBP vs GBp, our amounts are always denominated in the smallest unit of the currency.)
Wait, so if I tell you 100 GBp, is that closer to 100 dollars or 1 dollar? Is "gbp" pence or pounds for you? The "smallest unit" of some currencies may be ambiguous (e.g. 1 BTC vs. 1 Satoshi).
Re: 135 new currencies at Stripe
#48Still waiting for Stripe support in Denmark. I'm getting seriously tired of having to deal with the old and rusty payment provider landscape here.
Re: 135 new currencies at Stripe
#49I mean, the Brazilian Real? Literally almost no payment processors support that. And believe me, I've looked for them.
This is amazing news.
(As a side question, if anybody from Stripe is listening here: how exactly is this done -- via partnerships with local banks, or via dynamic currency conversion? I ask because, in the case of DCC, you will find that there are big problems involved with Brazil specifically, and many legitimate transactions will be refused. Brazil is a very special case, and calling the BRL a supported currency could mean very many different things.)
Re: 135 new currencies at Stripe
#50Earlier quoted context omitted.
You can get the list of allowed currency codes from the Stripe API: https://stripe.com/docs/api#account See: "currencies_supported"
What currencies are unsupported now?