#lanyangyang_41675_39084
1 messages · Page 1 of 1 (latest)
Are you asking about PaymentIntent status? https://stripe.com/docs/api/payment_intents/object#payment_intent_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes
After calling stripe.confirmPayment(), you can call stripe.retrievePaymentIntent() to retrieve the PaymentIntent object and check its status https://stripe.com/docs/js/payment_intents/retrieve_payment_intent
ok