#lanyangyang_41675_39084
1 messages · Page 1 of 1 (latest)
this page describes what the different PaymentIntent statuses mean : https://stripe.com/docs/payments/paymentintents/lifecycle
Hello, when the payment is if the payment fails, such as due to a rejected operation, will the payment order be rolled back to the requires_payment_method status parameter?
in general, yes, if there is a decline on the payment the status goes back to requires_payment_method. It's best if you test the exact flows you're interested in, using the test values from our documentation.