#nikolay_code
1 messages · Page 1 of 1 (latest)
đź‘‹ 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/1382085452907020373
📝 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.
- nikolay_code, 23 hours ago, 32 messages
- nikolay_code, 1 day ago, 27 messages
- nikolay_code, 1 day ago, 24 messages
Here is the file
why is this happening as authentication already happened the first time and a payment method was created:
This payment successfully set up pm_1RYY9l1VlpCPYqMRE5Cs8tNs for future off-session payments
10 Jun 2025, 20:48
hello are you there?
Hi, that is because you're using out card ending in 3220 where it requires 3DS: https://docs.stripe.com/testing?testing-method=card-numbers&payment-method=others#three-ds-cards
In live mode, even if you pass future off_session, the issuing bank might still ask for 3DS. In this case, you will need to bring the customer back on session and and use handleNextAction:  https://docs.stripe.com/payments/finalize-payments-on-the-server?platform=web&type=payment#next-actions
is there any way to get around this?
There is not
i.e. the customer only makes the 3DS once and only once
That is not something Stripe can control, the issuing bank controls that
no, this page says its fine:
Existing subscriptions
Existing subscriptions and saved card information will be grandfathered. Information saved to Stripe prior to the enforcement date for SCA will not require additional authorisation.
Collected payment methods – either as a token, source or payment_method – saved prior to the SCA enforcement date can be used for off-session payments without requiring additional authentication.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
never mind i found this:
Additional information
Stripe Billing requests these exemptions for your recurring subscriptions automatically. The cardholder's bank will ultimately decide whether to approve the exemption or whether authentication is still necessary. If the exemption is rejected, Stripe will re-issue the authentication request to your customer automatically.
i will deal with thism, thanks for help