Live data from Hacker News

135 new currencies at Stripe

stripe.com

41–50 of 149 posts

Re: 135 new currencies at Stripe

#42

Where 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

#44
post #39
post #34

I 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.)

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

#45
Wow!

Awesome. 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

#46

Where 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"

What currencies are unsupported now?

Re: 135 new currencies at Stripe

#47
post #44
post #39

Earlier 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).

100 GBP in the API =~ $1. (The motivation behind always using the smallest denomination is to dissuade people from performing floating point math.) The smallest unit is pretty clear in most "normal" currencies, but you're right that Bitcoin kinda throws things off...

Re: 135 new currencies at Stripe

#48
post #41

Still waiting for Stripe support in Denmark. I'm getting seriously tired of having to deal with the old and rusty payment provider landscape here.

The currency seems supported - "Danish Krone" is listed. Is there something else that is missing? (genuinly curious)

Re: 135 new currencies at Stripe

#49
Holy shamoly! This is incredible! I'm actually checking to make sure it's not Apr 1. I'm beyond-amazed at the sheer breadth of this list. I mean, PayPal itself only supports 20-odd currencies, I think.

I 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

#50
post #46

Earlier 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?

Mathematica can give an approximate answer! http://cl.ly/image/3L0F0n2J3U0c
Post reply on HN