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.
http://www.slideshare.net/kleinerperkins/internet-trends-201...
The pricing for Alipay transactions is the same for credit/debit card transactions: https://stripe.com/pricing
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 really wish PayPal brought back their digital credit card which you could preload with cash and use online like a real credit/debit card. It would solve all of our problems with users who don't have a CC!
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.
I suppose the main barrier is how annoying their UI is? And your ability to get a share of the interchange?
Please make that happen! If I never have to deal with the PayPal API again I would be very happy.
1 - Will you handle micropayments (i.e. not rake 30 cents on top of 3%)? Alipay excels at this.
2 - Can some/all of the RMB sent to the Alipay account not get exchanged to USD and auto transferred to the Stripe account holder's bank account? This is a common use case to pay for China-side costs and not have RMB exchanged to USD and exchanged back to RMB to pay partners/vendors.
3 - Will you have servers inside China? If you don't you will need some incredibly fault-tolerant javascript and page load magic as some of your interactions with non-China servers will fail.
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 would need a page that doesn't have its branding but instead only has yours.
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.
I think you may ask for a higher limit but usually you just use family accounts.
Paying with a multi-currency credit card has nothing to do with this limit.
How often do you actually buy things online with interac? I think I've maybe done it once, and the redirect-to-the-bank flow is pretty awkward. My sense is that this isn't ever a barrier to conversion for Canadians (except maybe for very large purchases?), but I'd be curious to hear otherwise.
I'm thinking of the average person who buys with Interac to avoid debt, and feels an impedance to buying online because of credit-card-only. I'd love to have the ability to enable those people's purchases through Stripe.
(I agree that the bank-redirect flow is awkward slash awful. However, you solved exactly that problem with your Alipay integration! :) )
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).
PS author misspelled the link to Stripe Checkout https://stripe.com/chekcout (missing a c)