#alexanderg-paymentintents

1 messages · Page 1 of 1 (latest)

median girder
#

@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

plush pagoda
#

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.

median girder
#

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!

plush pagoda
#

What if CC expired within the 7 days.

#

Would capture still succeed?

median girder
#

yes

plush pagoda
#

Sounds good. To reconfirm - any payment intent in status requires_capture is guaranteed a safe passage to status succeeded?

median girder
#

if you do it within 7 days yes!