#krishna1433-PaymentIntent
1 messages · Page 1 of 1 (latest)
hello @thin oak, the current state of that PaymentIntent is requires_confirmation so your next step here would be to confirm the PaymentIntent [0]. You may want to take a look at the PaymentIntent lifecycle to better understand how it works - https://stripe.com/docs/payments/intents
if you don't want to have to manually confirm, you can also set confirm=true [1] during PaymentIntent creation, it is equivalent to creating and confirming the PaymentIntent in the same call.
[1] https://stripe.com/docs/api/payment_intents/create#create_payment_intent-confirm