#-cypher_api
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/1440713149191032887
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ sorry if I'm overlooking it, but what is your question here? Payments fail sometimes, I'm going to need more context about what you're trying to understand about this, or what you're trying to code your way around.
its just weird, i dont know if its a stripe issue, or not, but from 50 people that land on the hosted stripe checkout ui, if they continue, the charges always fail
so maybe a config issue or smth
thats just the most recent
and the logs
if they already have the intent to checkout at that scale, smth has to fail silently in the api
Or they don't have enough money on their payment method, or their bank is down, or the charge is declined for fraud
There are lots of reasons for a charge to fail
Have you reviewed our guide on declines to help understand these failures?
https://docs.stripe.com/declines
i have checked all of the docs, but most of the times it just says "generic decline" so im not sure if its most likely customer issue or that they cannot 3ds or authenticate, or the stripe hosted ui authentication ifram is failing
from the logs i cant tell too much
I have uploaded my ID but my account is still not active please I need help
@inner imp looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
Sometimes generic declines is all we get back, and there isn't any more info that Stripe has to expose. Especially as I see this first one is a non-card payment, so decline codes are less standardized.
Which I see is exactly what we say in the seller_message we're providing
alright thank you very much, ill try to investigate it