#joshuacs94

1 messages ยท Page 1 of 1 (latest)

uneven condorBOT
chrome anchor
#

Hello

#

Not positive what you mean by that?

#

Can you elaborate?

still crag
#

Elaborate on what? ๐Ÿ˜…

#

The docs say use_stripe_sdk is optional but doesnt specify the default value

chrome anchor
#

Ah okay

#

Misunderstood if you were asking what that property does, or its default, or what.

still crag
#

and I want to know whats the difference between setting it to true and not setting it at all

chrome anchor
#

It defaults to true, yes.

#

Unless you set a return_url

#

The behavior is that if 3DS is required then you confirm client-side using Stripe.JS to handle 3DS

#

Versus if you set that false and provide a return_url then you handle the 3DS flow yourself

still crag
#

Perfect, another question I have is it possible that when await stripe.handleNextActions returns the returned payment intent is still in requires_action?

chrome anchor
#

It should not be, no.

#

Are you seeing this be the case?

still crag
#

the problem we had is we called await stripe.handleNextAction with the clientSecret and then called an endpoint to complete the process but it looks like that call happened before the authentication completed

chrome anchor