#kun_api

1 messages ยท Page 1 of 1 (latest)

prime currentBOT
sinful oarBOT
#

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.

prime currentBOT
#

๐Ÿ‘‹ 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.

analog plaza
#

๐Ÿ‘‹ happy to help

#

requires_action means that 3DS was requested

untold sandal
#

so 3DS make my every card status to succeed

analog plaza
untold sandal
#

can you provide me node.js working example for 3DS

analog plaza
#

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

untold sandal
#

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?

analog plaza
#

oh that's not a really good integration flow

#

we don't recommend using SetupIntents for recurring payments (subscriptions)

#

for the best integration flow

untold sandal
#

and last quick thing where I need to do 3ds after getting the paymentMethodId?

analog plaza
#

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

prime currentBOT