#maddie_subscription-3ds
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259855728382971964
๐ Have more to share? Add 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.
- maddie_error, 2 hours ago, 39 messages
Hi ๐ what's your remaining questions/concerns from that discussion?
Is there a work around i can give to our customer to enable the to successfull submit their monthy subcription?
Or will the 3DS continue to fail if we do not migrate our code, as per the instructions in the other thread from one of your developers
We need to sort asap as we are loosing out on donations
I'm not sure what you're trying to work around, so please feel free to share that context if it sounds like my answer doesn't take it into account. Your flow needs to be ready to handle 3DS challenges. It's up to the issuer to decide whether they require 3DS be completed in order for them to approve a transaction. If they do and your flow can't handle that requirement, the payment won't be able to proceed.
How can we make sure our flow can handle 3ds challenges?
for context, im a fundraiser not a coder and Isupporters are not able to set up their monthly donations to the charity i work for due to the 3DS failing - it's happned for a number of customers using different cards/bank account. Is ther a work around or a way we can prevent this from happening going forward?
Can you see the previous thread with your support team from earlier today?
Can you elaborate on what you mean by 3DS failing? Sorry, the server is too busy for me to review the previous thread, please share any context form it that's relevant here.
no trouble
This is one of the customers who couldn;t set up the monthly subscription
It says the subscription wasn't set up because the 3D secure authentication failed
and this has happened to other customers
Deleting the screenshot as it seemed to contain real customer data and this is a public forum.
Do you have an ID that you can share for that? The Invoice ID, in_, or Payment Intent ID, pi_ would be most beneficial.
It will need to be deleted from my other thread as well - i thought this was a closed converstation sorry
the id is pi_3PY35pDNDFzyBZhO1rskmYxz
To fix this is it something we'll need our web developer to sort out?
The screenshot was of the transaction time line - when the customer went to set up their monthly subscription, the transaction was canceled and the reason for it was "3D Secure attempt failed. The customer failed 3D Secure authentication."
How did your flow/code handle that payment? I see that it required 3DS, but I'm not spotting any logs indicating the challenge was shown to the customer for them to complete.
I'm sorry i'm not sure what that means - the customer put their details onto our website and thats how the transaction is handled but I'm not sure of the technical process or what happens after that for the customer
I don't think the customers are seeing anything after they submit their subscription request because we are getting contacted with questions asking us if the payment was successful - the customers don't get alerted that the payment was unsuccessful...
Did you build the Stripe integration that you're using?
Right now it doesn't look the integration is set up to even prompt your cusotmers for 3DS. The Subscriptions are being created server-side, so additional steps are then required to surface the 3DS challenge client-side. I'm happy to point you to the right flow if you built and maintain your Stripe integration.
I believe we did, but Id need to confirm with the team
Is it possible to get this thread emailed to me or can it only be access via discord?
No, I can't email a transcript of this thread, but it should remain accessible here. This link should bring you directly to this thread:
https://discord.com/channels/841573134531821608/1259855728382971964
great thank you
Any time!
Based on how the Subscription is being created by your flow, this is the closest flow that we offer to that:
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription
I'm not exactly sure if this is the flow you wanted in your site, but if so it seems like step 7 is missing or isn't being reached.
maddie_subscription-3ds