#slowgen-paymentintents
1 messages · Page 1 of 1 (latest)
you can reuse the existing one and attempt to confirm it many times until it eventually succeeds
intent or client secret?
well the client_secret is a field of the PaymentIntent so I don't quite follow. The secret of a given PaymentIntent never changes, at least, if that's the question
so you re-attempt the payment by calling stripe.confirmPayment again with the same client secret, for example
yes that's what I meant