#rudi-paymentintent-nextaction
1 messages · Page 1 of 1 (latest)
rudi-paymentintent-nextaction
@pseudo bay the status is requires_confirmation. You created the PaymentIntent but you never confirmed it
you need to either call https://stripe.com/docs/api/payment_intents/confirm or pass confirm: true on creation
what's the difference between calling capture, confirm o passing confirm:true on creation?
Hi there 👋 taking over for @modest otter
They essentially do the same thing. The only real difference is that they are called during different steps (e.g. confirm: true will automatically confirm the Payment Intent after creation, whereas the confirm method is used after creation)