#rohan_error

1 messages · Page 1 of 1 (latest)

feral tokenBOT
#

đź‘‹ 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/1277782661234036766

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

hushed creek
#

Here's the event log:

#

And here's the payment intent ID: pi_3PmwwDIlR9VWnEGJ0IampXYS

#

And finally here's the info at the top of the page:

#

I'm also confused why the payment was blocked, but there wasn't a risk evaluation.

rich fractal
#

This channel is for technical integration questions. For the reason why a payment is blocked by Stripe, our Support https://support.stripe.com/contact will be able to help

hushed creek
#

Makes sense, thank you—I'm still confused by why the API returned a StripeInvalidRequestError, though

#

Doesn't that mean my API call was invalid? That's what I got from the docs

rich fractal
#

In https://dashboard.stripe.com/logs/req_PrLZlXmXQUKpOw, the error type was invalid_request_error. By the definition, this error usually means:

Invalid request errors arise when your request has invalid parameters.

This error type is definitely confusing. I'll share the feedback to the relevant team

hushed creek
#

Thanks, River—appreciate it!