#mechdog_code
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/1399471893886799978
đ 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.
- mechdog_code, 3 hours ago, 4 messages
Hello
Do you have an example request ID I can take a look at? What "card token" are you using in this case?
also, Is this a new integration you're building? If so, I'd recommend using the SetupIntents + Elements flow as described here - https://docs.stripe.com/payments/save-and-reuse
I was using the "tok_chargeDeclined" card for this. Will try to get the request ID. Soudsn like form the article that I'm able to add the card wihtout an intent to avoid this if I'm reading corexctly?
CAn confirm that the cards that won't get declined add fine in the code, its the ones that are going to end up being declined that don't attach
Since you're using an older token based flow, it might allow you save without an Intent but this flow may cause declines down the line as some issuers can ask for 3DS authentication at any time.
Saving the Payment Method using SetupIntents + Elements allow you to handle this upfront.
Okay thank you. I'll start looking at it. ChatGPT uses older code and I'm finding that most I've gotten from it I'm rewriting....
Gotcha. I'd start with the doc I shared above as it has step by step guidance. You can also refer to these docs for test payment method numbers - https://docs.stripe.com/testing