#gstauf
1 messages · Page 1 of 1 (latest)
Hello! When an attempt to confirm a Payment Intent fails you should make changes (like updating the Payment Method) and then attempt to confirm the same Payment Intent again.
Ok thanks, however confirm and capture are not showing up in typescript on the paymentIntent object
Is this in your Node.js code?
I'm not sure why that might be. You can confirm a Payment Intent from your server: https://stripe.com/docs/api/payment_intents/confirm
No, it is showing up. I was retrieving the paymentintent first, but once I went straight to capture it is working right