#jcs_3ds-setup-cardelement
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/1295772586571202575
๐ 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.
- jcs_api, 19 hours ago, 15 messages
- jcs_card-element-3ds, 22 hours ago, 48 messages
Hey toby ๐
Hi there ๐ how are you collecting payment method details from your trialing customers?
I believe we're using the Payment element via the api
ill be honest my dev isnt online yet so i dont know the exact implementation - but we solved it yesterday so 3ds is working
but now im wondering do i need to wait 7 days to see if it *actually worked or if theres some status in the customers profile
where i can see if 3ds was accepted / we have some token so when we re-bill them that it will go through successfully rather than being marked 'incomplete'
we're using: confirmCardSetup method with a Setup Intent client secret to save card details
As I mentioned previously, just because they completed 3DS once doesn't mean they'll never need to complete it again. It's not some value that is set that you can't inspect.
right, tottally understand that
but in the front-end am i able to see anywhere if we got their 3ds at least once?
If the intent went through a requires_action state, then 3DS was required, and if the intent is then succeeded that means either 3DS was completed (or an alternative payment method was used that didn't need authentication, depends on how you structured your integration)
okay thanks ๐