#rohan_error
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/1277782661234036766
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks, River—appreciate it!