Live data from Hacker News

Stripe Checkout in more languages

stripe.com

31–40 of 42 posts

Re: Stripe Checkout in more languages

#31

Earlier quoted context omitted.

Can't wait for Stripe to be available in more countries without having to have a US bank account to set it up.

You only need a US bank account to open a US Stripe account, other countries don't require a US bank account

You need a US bank account to receive transfers in USD. It will be great when Stripe allows non-US companies to receive USD without requiring conversion to another currency.

Re: Stripe Checkout in more languages

#32
post #20

How is this news? Is it 2004? I meet industry sales people who are baffled why some companies insist on Stripe despite the cost. HackerNews promotion is clearly a powerful force.

I'm one of Stripe's cofounders. It's about the functionality, not the promotion. The whole premise of Stripe is that a richer, more powerful stack of APIs -- rather than the bare-bones electrical outlet to the credit card networks that existed before -- is a better solution for most businesses. Whatever success (and any recognition) we've had to date follows from that; not the other way around. I wish something like…

I'm a huge fan of Stripe and the benefits of using it, although I've had close to 40% of all international customers receive a 'your card was declined error'.

I've had to ask them to call up their bank/card provider and request for the restriction to be removed.

Is Stripe's ease of onboarding/getting started causing such a high rate of flagged transactions? What's going on behind the scenes between banks and payment services providers and is this something that could be improved in the future?

Re: Stripe Checkout in more languages

#33

Earlier quoted context omitted.

You've never integrated an old-school payments API have you? Integration is not insignificant. Having spent developer/weeks wrangling XML (I'm looking at you authorize.net), being able to do the same in an afternoon is life changing. Now, I'm a loyal customer and recommend them to everyone. Sure, they cost more, but it's worth it.

Yeap, done a ton of them. Alot get it right, some wrong. Many of them have caught up. The biggest problems you can run into are usually support orientated which I rarely see anything about here.

I completely agree that support matters. What I like about both Stripe and Braintree is that both have great documentation that make integration super-simple. (I liked their docs so much that I blogged about them: http://dev.clintonblackburn.com/2015/07/24/good-documentatio...)

I have integrated with CyberSource and PayPal. CyberSource took a week. PayPal took a couple days. Braintree and Stripe? A few hours!

Besides this, their reporting (via API) is simple to use and integrate with our analytics pipeline. By contrast my analytics team spent days on the phone with both CyberSource and PayPal.

Finally, the rates aren't that bad. If you have significant transaction volume, you can negotiate a rate comparable to the "legacy" payment processors. Both the sales and support teams have been quite helpful.

Re: Stripe Checkout in more languages

#35
post #20

Earlier quoted context omitted.

I'm one of Stripe's cofounders. It's about the functionality, not the promotion. The whole premise of Stripe is that a richer, more powerful stack of APIs -- rather than the bare-bones electrical outlet to the credit card networks that existed before -- is a better solution for most businesses. Whatever success (and any recognition) we've had to date follows from that; not the other way around. I wish something like…

Uh, frankly, all you are offering is yet another credit card gateway. There are large countries out there where credit card usage is much much lower compared to debit cards. So it's cool you're translating stuff, but none of it matters if customers can't pay. It's 2015, you need PayPal level of compatibility.

You mean Stripe should add things like this? https://stripe.com/alipay

Re: Stripe Checkout in more languages

#37
post #5

Just curious: Is it on Stripe's roadmap to provide an inline version of Checkout, IE an option to get a form in an iframe, instead of the modal?

What would be the benefit of that?

In as much as Stripe allows you to customize the colors of the Checkout modal and add your company logo, Checkout helps create a smooth, trusted, "first-party-ish" experience. The modal behavior however detracts from this quality - it hints to the customer that a third-party is involved. On my most recent project, feedback from users to this effect caused me to go and make my own form using stripe.js instead (pretty easy :) but means giving up the benefit of Checkout's thoroughly thought-out, always-getting-better, broadly-tested UX :( ). I have also observed others asking for an inline version of Checkout in #stripe on freenode.

Edit: also I was doing some digging on the subject, and there is an opinion (not condoned by Stripe) that Checkout is "more PCI-compliant" than Stripe.js because the iframe is sourced to Stripe, and Stripe is PCI-audited. Therefore having an inline option for Checkout might please folks wanting the inline UX without giving up the potential upside of Checkout with regard to PCI-compliance.

Re: Stripe Checkout in more languages

#38

Earlier quoted context omitted.

You only need a US bank account to open a US Stripe account, other countries don't require a US bank account

You need a US bank account to receive transfers in USD. It will be great when Stripe allows non-US companies to receive USD without requiring conversion to another currency.

It depends on the country, Canadian Stripe accounts support USD denominated Canadian bank accounts.

Re: Stripe Checkout in more languages

#39
post #5

Just curious: Is it on Stripe's roadmap to provide an inline version of Checkout, IE an option to get a form in an iframe, instead of the modal?

Colin Percival has got you covered: http://paymentiframe.com/

There is but a small niche between "project is not important enough to care about a modal vs. an iframe" and "project is SO important that I carefully style my own payment form." A dead-easy Stripe-built solution appeals in this small niche; however I'm not going to introduce a third-party dependency in this case - at that point I'll just make my own form - which is what I did :)

(Is my memory wrong that Colin's tool predates the launch of Checkout? Perhaps even Colin's tool inspired Checkout to a small extent?)

Re: Stripe Checkout in more languages

#40
YAY! Japanese support for Stripe.

Unfortunately, I found a few issues: http://imgur.com/vZbheUP

1) The Zip-Code lookup is GREAT, except it looks up the town name, not the 都道府県 (prefecture) like it should.

2) The prefecture is in english, not Japanese

3) The Country names are also in english, not Japanese

4) Was hoping to see auto-kana support for Japanese names: https://github.com/harisenbon/autokana ;)

Overall, looks amazing, and awesome that you're getting ready for a full launch in Japan.

* Running in IE11 on Windows 7 (Japanese)

Post reply on HN