stripe-archive / stripe-payments-demo

Sample store accepting universal payments on the web with Stripe Elements, Payment Request, Apple Pay, Google Pay, Microsoft Pay, and the PaymentIntents API. 💳🌍✨
https://stripe-payments-demo.appspot.com
MIT License
1.47k stars 547 forks source link

Move Alipay to PaymentIntents #151

Closed willock-stripe closed 4 years ago

willock-stripe commented 4 years ago

Context

Per the documentation, Alipay is now generally available on the PaymentIntents API, so this simply adds a handler to call confirmAlipayPayment via Stripe.js, rather than creating a Source.

Changes