#Choukri
1 messages · Page 1 of 1 (latest)
Actually we are using the setupIntent before sending the cards details to our backend, but we don't know if we need to collect a consent of the user beforehand ?
If you are using Setup Intents, then the 3DS authentication should be sufficient for setting up future usage. Do you have a specific question? Are you getting an error somewhere?
We don't have an error for now, I have another question regarding the 3DS
For the 3DS do we have to setup a ReturnUrl in SetupIntent configuration ?
Hi @patent oasis
as @subtle vigil said we are integrating stripe tool in our solution
our workflow is as follow :
1- user authenticate in our website
2- in profile section we have payment methods section where the user can add hes card to the website
3- then he can buy (subscription or other products)
for now we don't use no 3ds nothing
i used custom components in react we do a setup intent in the backend and i get the client secret in the frontend
get token from card component and send it to the backend
everything works fine for now without 3ds
my questions is
- what are the legal things we should be aware of about saving cards ?
- can we save credit cards without the 3ds ?
cheers
- what are the legal things we should be aware of about saving cards ?
Unfortunately, I cannot answer this question. Generally, you must authenticate via 3DS (especially if you're in the EU). I would recommend reading through this: https://stripe.com/docs/strong-customer-authentication
- can we save credit cards without the 3ds ?
Yes, though it is not recommended to do that anymore.
thank you so much for the info @patent oasis 👍
Sure thing! Feel free to pop back in with more questions if you have them.
❤️