#kun_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.
๐ 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/1270313309064663111
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
so 3DS make my every card status to succeed
can you provide me node.js working example for 3DS
if 3DS succeeds yes the status moves from requires_action to succeeded
3DS should be done on the front end side
your customer needs to be on session to validate 3DS requests
ohh so 3DS
should ne Implemented on frontend
well I am using Angular ngx stripe .js
and do we get some kind of verfication id or some true or false?
because I am using paymentMethodId from frontend end
let me tell you my flow
1 get paymentMethodId
2 use this paymentMethodId to create customer
3 then use customerId and paymentMethodId to create setupIntents
4 then save the card details in my database
5 then use this paymentMehtodId for stripe recurring payments
can you sggest me where in my flow I need to do 3DS?
oh that's not a really good integration flow
we don't recommend using SetupIntents for recurring payments (subscriptions)
please follow this guide https://docs.stripe.com/billing/subscriptions/build-subscriptions
for the best integration flow
and last quick thing where I need to do 3ds after getting the paymentMethodId?
you won't get the PaymentMethod ID
you would just confirm the latest_invoice.payment_intent
please read through the doc I shared with you