#nimish-tank_code

1 messages ¡ Page 1 of 1 (latest)

onyx marshBOT
#

👋 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/1318800711240384633

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

elder galleon
#

Could you share what you're trying to do? Is the customer present to perform 3DS?

waxen needle
#

I have created the A subscription and purchased the 4242424242424242 then recurring time I am updating my card 4000000000003220 this number but the next webhook calling time

Stripe gives the error
3D Secure attempt incomplete
The cardholder began 3D Secure authentication but has not completed it.

elder galleon
#

4000000000003220 is a 3DS test card that requires to 3DS authentication to be performed in order to complete the payment. You should bring the customer back to perform the authentication

onyx marshBOT
waxen needle
#

I have updated 4000000000003220 this card than

$stripe->setupIntents->create(
[
'customer' => $customer_id,
'payment_method_types' => ['card'],
'usage' => 'off_session',
]
);

#

I am already using off_session'

pulsar garnet
#

Hi @waxen needle I'm taking over this thread

#

Did you confirm the SetuptIntent successfully?

waxen needle
#

I am trying but mailed are not triggring