#tsr_code

1 messages ¡ Page 1 of 1 (latest)

brazen marlinBOT
#

👋 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/1274953738133704835

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

idle krakenBOT
#

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.

nova tartan
#

Hi

crystal valve
nova tartan
#

please check these, req_RdDzGFVfFffYu3m , req_Y17BGs5qLq7pum, req_2jnJVu2VQUsqFw, req_6OmdKIXqDrmLR7, req_QZmp3yw67HRbg4

crystal valve
nova tartan
#

i already sent an email regarding this, response i got is => I've thoroughly checked your account and it seems that your integration is trying to attach a Source object to a customer, which source is the customer's card information. For better context, manually attaching customer's card information isn't recommended because it causes problems with authentication. While the errors in the request IDs you've provided are generic declines, these are 3DS requests that haven't been responded to.

In order to resolve this, you need to use SetupIntents API [0] and a payment form to save the cards so whichever card network backs the card can get their IP address and Device iD [1].

The Setup Intents API lets you save a customer's card without an initial payment. This is helpful if you want to onboard customers now, set them up for payments, and charge them in the future when they're offline.

You can create a charge for a saved card at any time, but this may be approved or declined according to the card issuer. That is to say, if you save a card, you could create a payment on it at any time afterward.

I hope this information helps. Feel free to reach out if you have further questions.

#

i dont understand why we need authentication for adding card to the customer without payment

crystal valve
#

Ok, Stripe will authenticate the card when before attaching it to the customer.

#

And you should follow the suggestion from the email. i.e., use SetupIntent API

nova tartan
#

can you provide reference

crystal valve
#

What reference?

nova tartan
#

code reference

#

or any docs