#-cypher_api

1 messages ยท Page 1 of 1 (latest)

stuck robinBOT
#

๐Ÿ‘‹ 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.

drowsy mesa
#

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.

hexed onyx
#

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

drowsy mesa
#

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

hexed onyx
#

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

inner imp
#

I have uploaded my ID but my account is still not active please I need help

stuck robinBOT
#

@inner imp looks like you're in the wrong place, this thread is for someone else's question.

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.

drowsy mesa
#

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

hexed onyx
#

alright thank you very much, ill try to investigate it