#slowgen-paymentintents

1 messages · Page 1 of 1 (latest)

slim monolith
#

you can reuse the existing one and attempt to confirm it many times until it eventually succeeds

south quest
#

intent or client secret?

slim monolith
#

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

south quest
#

yes that's what I meant