#alexanderg-paymentintents
1 messages · Page 1 of 1 (latest)
@plush pagoda the best way to understand this is to test things out with the test cards at https://stripe.com/docs/testing#cards-responses to see what happens when payments are declined etc.
But generally yes you get exceptions when attempting to confirm a PaymentIntent when there's a decline, and also the PaymentIntent changes status to requires_payment_method
So you get an exception on capture call, and subsequent gets of this payment intent show status of requires_payment_method?
And one more question is there a card on that list that would pass authorization but fail capture.
ok so you are specifically asking about capture i..e https://stripe.com/docs/api/payment_intents/capture
that can't fail
it's guaranteed to succeed if you call it within 7 days of the original authorisation
is there a card on that list that would pass authorization but fail capture.
no, because that can't happen!
yes
Sounds good. To reconfirm - any payment intent in status requires_capture is guaranteed a safe passage to status succeeded?
if you do it within 7 days yes!