Sample store accepting universal payments on the web with Stripe Elements, Payment Request, Apple Pay, Google Pay, Microsoft Pay, and the PaymentIntents API. 💳🌍✨
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.
Context
Per the documentation, Alipay is now generally available on the
PaymentIntents
API, so this simply adds a handler to callconfirmAlipayPayment
via Stripe.js, rather than creating aSource
.Changes
payments.js