Live data from Hacker News

Stripe: Alipay support

stripe.com

21–30 of 77 posts

Re: Stripe: Alipay support

#23
This is a very interesting development, partly for being a useful feature for some merchants in its own right, but perhaps also if it signals a more general move from Stripe toward supporting a broader range of payment methods through a unified API. That strategy seems to dovetail neatly with accepting payments in multiple currencies, which was something else Stripe developed not so long ago but isn't much use alone where the local conventional payment methods don't involve credit cards.

Re: Stripe: Alipay support

#25

Wow this is awesome. I had to integrate Alipay into a checkout process in ~2010 and it was a complete nightmare - and not even as a result of the language barrier. The API was just so so bad. Glad this is in Stripe now.

Just did an integration in December- it looks like it has changed for the better but the documentation is still in poor shape.

This is going to make things so much easier. I'm excited to try this since we had to pay $1000USD to open an Alipay account.

Re: Stripe: Alipay support

#26
post #19

Earlier quoted context omitted.

Thanks for the response. To narrow down the scope of my question a bit: Do you have any plans to open up API endpoints that would afford us the privilege of choosing a gateway on our own? I'm asking because our checkout is completely devoid of Checkout or Stripe.js, i.e. the "building the whole payment form" route you mention on the checkout page: https://stripe.com/docs/tutorials/forms .

Are you asking if you can bring your own payment gateway for use with Stripe? (Sorry, I was thrown off by the payment form tutorial reference.)

No, just whether or not you'd implement Alipay into your API in a manner that would allow for us to handle the frontend UI ourselves (letting our users chose between Alipay or credit card).

Re: Stripe: Alipay support

#27
post #7

If you guys would do this exact same thing for PayPal, I would be so happy.

We'd be very happy to support PayPal in the same way. If any PayPal folks are reading, I'm patrick@stripe.com :-).

Seriously PayPal, get on this. I just asked for the same thing in the comments further down. We've got an international base of clients asking for PayPal support and we're using Stripe. Rather than force us into two flows on our end, work with Stripe so we can just utilize them and you collect $$.

Re: Stripe: Alipay support

#28
post #12
post #7

Earlier quoted context omitted.

We'd be very happy to support PayPal in the same way. If any PayPal folks are reading, I'm patrick@stripe.com :-).

How much permission do you need from paypal to do this? I suppose the main barrier is how annoying their UI is? And your ability to get a share of the interchange?

Tough to say. I know that Recurly has gone the approach of supporting any number of gateways (http://recurly.com/gateways/). Is there a technical limitation of Stripe that doesn't allow for this?

Re: Stripe: Alipay support

#29
On a personal level, I'm very excited to know that I won't have to try and integrate Alipay in any of our products anymore. It's nightmare to deal with, even for our Chinese team.

But for Stripe, it's a huge step forward into tapping in a massive market. Most Chinese people can't (or won't) use card to pay online; they simply have Alipay connected to their bank account or use prepaid cards. Good move Stripe.

Re: Stripe: Alipay support

#30
post #17

If we don't use stripe checkout, would there still be a way to integrate this using the APIs?

Not for now. Part of the reason Alipay was comfortable with this new flow is because it's served as part of Checkout. If we were to provide Checkout-less APIs, we'd probably have to go back to the old redirect model, which (among other things) just doesn't work well on mobile. I expect we'll always offer APIs for "standardized" instruments, though (ACH, Bitcoin, cards, etc.).

Just to be clear, are you saying that this new payment method will only be supported (at least for now) for those with a checkout.js integration, not those using stripe.js and their own front-end/branding?

Obvious feature request #1: Support it via stripe.js and the usual APIs as soon as possible.

Obvious feature request #2: In the meantime, provide a version of checkout.js that is (a) stable and (b) simplified to support Alipay only (so those of us who prefer to accept other payment methods can still do so via stripe.js without winding up with multiple confusing options and bad UX).

Post reply on HN