#kristin_payment-intent-confirmation
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1228466283453087866
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
What is the issue you are running into here?
Hi! I was expecting 'requires_capture' after going through the steps I have, but got 'requires_confirmation'. Would that prevent me from capturing the payment intent?
You created the Payment Intent and passed the Payment Method but did not pass confirm=True
ah, that is the only issue?
So you need to confirm the Intent first before it transitions to requires_capture
You can use the /confirm endpont on this payment intent specifically if you want
That did the trick, thank you so much!
Passing in the confirm=True when creating the PaymentIntent was the only thing I was missing
Great! ๐ I'm happy I was able to help ๐