#thang_docs
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/1451521275418775614
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Hi, please let me know why stripe don't pubish list message error ?
I see we have a link that mention errors here: https://docs.stripe.com/js/setup_intents/confirm_card_setup
However it looks like the link is broken. I can notify the relevant team to fix this.
There a thread saying that there no public reference for the error list message
Thread reference: https://discord.com/channels/841573134531821608/1451459511205499072
I think the broken link is meant to point here: https://docs.stripe.com/api/errors
But yes the information there is quite generic, and won't go into the specific errors you may get
I want to see all error message which can response after calling stripe.confirmCardSetup
that's no something we document, but I don't really understand why you would need this.
I need to create docs that list all the error and error message cases from stripe, or at least attach a link to the API error message response
that why I need the API error message reference
But the question was why do you need this? What is it that you are trying to achieve?
I need to test all cases before release product
You can test with the available test card numbers, for example: https://docs.stripe.com/testing/overview
For methods like confirmCardSetup, the error.message is something that can be shown to the customer