#yash_error

1 messages ยท Page 1 of 1 (latest)

prime karmaBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

umbral plank
#

I'm not sure I understand the use case here.

#

Could you please clarify?

#

Stripe card payments handle natively 3dS and no additional action is needed

ocean haven
#

some cards from japan not supporting 3ds and some are supporting how can i handle that

umbral plank
#

You don't need to do any additional action. That's handled natively by Stripe

#

Are you willing to use Stripe Payment Element ?

ocean haven
#

i am not aware of that

umbral plank
#

What part exacty ?

ocean haven
#

Stripe Payment Element

umbral plank
#

You can then do tests using Card with 3ds and other without

ocean haven
#

I Tested on production live cards

umbral plank
#

Firstly you shouldn't test on live mode.

#

What issue you faced ?

ocean haven
#

from stripe showing error card does not support 3ds

umbral plank
#

Can you share a PaymentIntent Id?

#

or a requestId ?

ocean haven
#

pi_3QmefYEmTmhFycAF13VvSyBS

umbral plank
#

It seems like this decline was issued by the bank issuer.

#

Stripe supports 3ds

#

Is this a test you made by your own card on your Stripe own account ?

ocean haven
#

yeah we were testing card but execting subscription are going well with same card but while doing new payment we are facing problem

prime karmaBOT
umbral plank
#

You shouldn't be testing on your live account, because it's will increase risk score and it would be suspect of blocking..

#

You need to use test mode for testing and not live mode.

ocean haven
#

ok but can you tell me next step to handle this

vague galleon
#

What's the problem exactly?

#

Looks like 3DS/auth just failed on the payment?

ocean haven
#

I don't remember right now but somewhere was showing card does not support 3ds

vague galleon
#

I don't see that on the payment you shared. Authentication just failed โ€“ if/when that happens re-confirm the intent

ocean haven
#

that issue came from stripe sdk

vague galleon
#

There's no issue here at all โ€“ the bank notificed us that payment authentication failed for whatever reason, so we convey that via the SDK/API

#

Ultimately the bank determines whether or not to approve the payment, not us. As noted you shouldn't be testing in live mode as this can impact your merchant standing

ocean haven
#

on test mode all working fine

#

do I need to deploy on prod and then test

vague galleon
vague galleon