#trokas_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/1306532529892753438
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the request ID (req_xxx)? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
The error usually means that the Payment Intent is created on one account, but you're trying to access it from another account
Alternatively, you can share the request_log_url in the response with the error: https://docs.stripe.com/api/errors#errors-request_log_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The problem is that i do not have access to the dashboard of our client. We give our clients the ability to sell tickets for their events through our site by using their stripe keys. Let me check if i have the request_log_url
request_log_url in the response will also be sufficient for us to identify the problem
Is the request_log_url log url in the dashboard too? I can have access to it either
request_log_url is the URL to the request that you made which contains request ID (req_xxx)
I just need the request ID (req_xxx) to investigate the issue
Unfortunately do not have the log. I search and i found that after this a payment with exactly the same name was paid. Is it possible that a merchant action will conclude in "No such payment intent"? I will contact the merchant for more info either way
As mentioned earlier, "No such payment intent" usually means that your tried to access the payment intent belonged to account A with the secret key of account B in the request. Or if you use connect, the payment intent may belong to the connected account, but you're accessing it from the platform
You can't assume that this payment intent is unpaid, failed or abandoned