#cristiano_api
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/1349017110181052466
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
I also see this in the error message:
Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.\n\n(Network error [errno 56]: HTTP/2 stream 9 was not closed cleanly before end of the underlying connection)
Can you share the Request ID from when you attempted to retrieve the invoice?
Hi, I think I’ve figured this out after taking a closer look at the object in the error stack. Turns out I was sending the entire invoice instead of just the ID to the retrieve invoice endpoint—my bad 🤦♂️ . Writing this down actually helped me think it through twice!