#gkhntkl
1 messages ยท Page 1 of 1 (latest)
Can you share specific examples of this, and where you are seeing the unexpected state?
Hi man, do you have any email to where i can share video with you?
that problem has been occuring for a long time.I did connect with you previously. i was said it might be dashboard problem
Do you have any email so that i can send the video?
If you want to share video with private information you should work with our support team here: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
This discord server is public so you should not share anything sensitive
If you have specific invoice IDs (eg in_1234) you can safely share those
let me find invoice.i will share the video as well
one moment pls
in_1MlcbmKAOyB9RthExITk3JRq
we did try to label that invoice as paid more than 1
my friend said she labeled that invoice 3 times as paid
hey @snow oyster are you here?
we did try to label that invoice as paid
How were you doing this?
The last request we see for this invoice is you sending it to the customer: https://dashboard.stripe.com/logs/req_y4SSC0WI4FYcbu
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
we are just manuallying updating as paid by adding additional internal note as well
Are you calling /pay and using paid_out_of_band?
https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh, in your dashboard
I'm not seeing any such requests in your logs related to this, though I see other failed requests related to needing to log into the dashboard again and invalid transfer amounts.
Hello ๐
Stepping in here as synthrider needs to step away soon
Before i go, I have checked your logs for that day and i see many successful requests to /pay. THe only one that failed was due to an already paid invoice:
https://dashboard.stripe.com/logs/req_6qa1UEEos2yyPI
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so what could be the problem?
for that invoice
in_1MlcbmKAOyB9RthExITk3JRq
we did try to label 3 times
most likely the request to pay is failing on your browser and isn't making it to our servers.
Have you tried a diff browser OR diff computer on a diff network?
till 2 weeks ago, it works fine. we didnt change anything
I understand but for the invoice you shared above, we aren't seeing any requests to mark it as paid.
so, you didnt see any problematic behaviour in the terms of status changes?
Not seeing a request to mark the invoice as paid on our end which means its failing before it reaches our servers. You can dig deeper into your browsers network console and try to see what requests are failing..
could we do that?
we could call paid action on specific invoice
you would keep eye on that?
I can tell you if the request made it to our servers, sure. But if it fails to reach then you would need to look into the browser network console.
Try marking in_1MlcbmKAOyB9RthExITk3JRq invoice as paid
did you see the api request?