Stripe: Alipay support
21–30 of 77 posts
Re: Stripe: Alipay support
#22What do you think about Amazon Payments? How come people don't use it?
Re: Stripe: Alipay support
#23Re: Stripe: Alipay support
#24I'm curious what method they use for identifying the buyers as Chinese.
Re: Stripe: Alipay support
#25Wow 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.
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
#26Earlier 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.)
Re: Stripe: Alipay support
#27If 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 :-).
Re: Stripe: Alipay support
#28Earlier 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?
Re: Stripe: Alipay support
#29But 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
#30If 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.).
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).