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

Fix polling of `PaymentIntent` status #149

Closed willock-stripe closed 4 years ago

willock-stripe commented 4 years ago

Background

In #143, I broke PaymentIntent status polling for certain payment methods, like WeChat. A fellow developer filed #148 to report this.

Changes

More explicitly check if a PaymentIntent is in a terminal state by checking for last_payment_error in the back-end response.