#Choukri

1 messages · Page 1 of 1 (latest)

silk sandalBOT
subtle vigil
#

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 ?

patent oasis
#

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?

subtle vigil
#

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 ?

haughty scarab
#

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

patent oasis
#
  • can we save credit cards without the 3ds ?
    Yes, though it is not recommended to do that anymore.
haughty scarab
#

alrighty

#

thank you so much for the info @patent oasis

#

🤟

subtle vigil
#

thank you so much for the info @patent oasis 👍

patent oasis
#

Sure thing! Feel free to pop back in with more questions if you have them.

haughty scarab
#

❤️