#0xl34n_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- 0xl34n_webhooks, 5 days ago, 36 messages
đ 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/1237325148005339197
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
requires_action status means that your customer need to complete the 3DS auth
https://docs.stripe.com/payments/paymentintents/lifecycle
How are you accepting payment from your customers ?
I mean what product are you using ?
You are using Stripe Checkout right ?
if so, Stripe Checkout handles 3ds auth and no further action is required.
If the related payment intent is still pending, that mean the customer aborded the session and didn't completed the 3DS on their bank app
I use API PaymentIntent creation, in Node: stripeConnect.paymentIntents.create
Is the same?
that is not Checkout, no, it's creating a PaymentIntent manually. (https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements)
but the Event ID you posted is from Checkout. So can you clarify that please? which integration are you having problems with?
Oka, one minute
And this: pi_3PD5c1LAwobXIPtp0jflbQNj
evt_3PD5c1LAwobXIPtp0PIKHEVa
what's the question about it? It required action yes, and that action was taken. If you're integrating using stripe.js/Elements and the PaymentElement, which you are, that will display a popup UI for any action thats's needed(like 3D Secure). That happened on that example PaymentIntent and the customer paid successfully.