#liz_api

1 messages ¡ Page 1 of 1 (latest)

edgy sageBOT
#

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

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

proud stirrup
#

we sometimes see logs in the stripe dashboard. Other times we do not

#

Do you mean that sometimes you see a Charge object in the Dashboard but not always?

hybrid talon
#

That is a case where we see the logs

#

but I don't see any logs for them

proud stirrup
#

Did your system log recent failures (within the last 30 days) for cus_LnNvH5QCIiMWpD?

hybrid talon
#

yes let me get those

#

On this date: "2025-01-24 02:05:19.149105" the customer's payment was declined

#

They also had declined payments on 2024-12-23 04:27:46.493814, 2024-12-23 07:05:35.450413, 2024-12-23 07:06:18.008395, 2025-01-23 05:59:53.546417

proud stirrup
#

Hm, you might be looking at the wrong customer

hybrid talon
#

oh! I have a request id for the most recent one too: req_K90CQgztPnWlmp

proud stirrup
#

Yep, that's the request I'm looking at too

hybrid talon
#

oh

proud stirrup
#

and logs for this customer do include the 402 on 2025-01-24 02:05:19

hybrid talon
#

ah ok you're right. That solves that. Is there any more information we can get around the reason the 402 is happening? Or that's just something that you get from the bank and then propogate back to us?

proud stirrup
#

Attaching a PaymentMethod to a customer triggers an authorization charge with the bank. In this case, the issuing bank is the one returning that decline

#

We usually advise merchants to ask customers to contact their issuinb bank for any do_not_honor codes

hybrid talon
#

Makes sense. Ok thanks