Currently I'm integrating with the API directly to do this but I'd have preferred to use a page hosted by Stripe, especially considering they are starting to open up to other payment methods.
Stripe: Alipay support
11–20 of 77 posts
Re: Stripe: Alipay support
#12If 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 :-).
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
#13This is great news for those using Stripe Checkout. Are there any plans to offer Alipay to Stripe customers who are utilizing the API for subscriptions, invoicing, and recurred payments? As an aside, we also get a load of client requests for PayPal as an alternative simply because many people don't have a US-based credit card. If you're making the moves to support global markets, it's tough to side step them. I reall…
(I work at Stripe.) The Alipay integration with Checkout works just like Stripe.js, in that it will return a token that you can charge instantly, or attach to a customer and utilize for subscription, invoicing and recurring payments.
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.
Re: Stripe: Alipay support
#14Re: Stripe: Alipay support
#15Re: Stripe: Alipay support
#16Re: Stripe: Alipay support
#17If we don't use stripe checkout, would there still be a way to integrate this using the APIs?
Re: Stripe: Alipay support
#18I wish there was a non-JS version of Stripe Checkout. Rather than throwing up the modal window, I'd prefer to redirect my users to a Stripe hosted checkout page where they can make payment and we can deal with it via webhooks. Similar to how PayPal works really. Currently I'm integrating with the API directly to do this but I'd have preferred to use a page hosted by Stripe, especially considering they are starting to…
Stripe would need a page that doesn't have its branding but instead only has yours.
Re: Stripe: Alipay support
#19Earlier quoted context omitted.
(I work at Stripe.) The Alipay integration with Checkout works just like Stripe.js, in that it will return a token that you can charge instantly, or attach to a customer and utilize for subscription, invoicing and recurring payments.
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 .
Re: Stripe: Alipay support
#20If you guys would do this exact same thing for PayPal, I would be so happy.