#_fyrite_
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_VEfJFC9bTQgeQO
invoice = ::Stripe::Invoice.update(invoice.id, invoice_params)
this is the one in test mode that worked, same parameters req_hqi6q2vCO8pNAL
This doesn't seem right. What happens if you use the newest API version?
I thought 2023-10-16 was the latest version? It is the latest shown on https://dashboard.stripe.com/developers for me
Right. Let me take a closer look...
it looks like some other requests are using an old version so I'll look into upgrading that
Maybe the mix of versions creates a problem. Could you try aligning the versions, at least for handling Invoices and see if it solves it.
yeah it looks like old API version calls all have origin https://checkout.stripe.com/
e.g. req_UNKFCoG83J6R4U
Do I need to specify an API version when I create a checkout session object? I do create the checkout session object using the latest API
give me a few minutes to figure out what's causing it and see if there's a workaround
ok thanks
ignore the API versions it's definitely not relevant
kk
yeah definitely a bug on our end and no workaround unfortunately. I flagged to our eng team internally but might take a while to figure out the root cause. I recommend reaching out to our support team to flag and follow up: https://support.stripe.com/contact
ok thanks for looking into it, I will workaround it on my side (don't need it to success in order to fulfill) and will reach out to support
sounds good and sorry for the hassle, really a pain when those happen