#_fyrite_

1 messages · Page 1 of 1 (latest)

kind ploverBOT
obtuse rapids
#

Hi, let me help you with this.

woeful marsh
#

req_VEfJFC9bTQgeQO

#

invoice = ::Stripe::Invoice.update(invoice.id, invoice_params)

#

this is the one in test mode that worked, same parameters req_hqi6q2vCO8pNAL

obtuse rapids
#

This doesn't seem right. What happens if you use the newest API version?

woeful marsh
obtuse rapids
#

Right. Let me take a closer look...

woeful marsh
#

it looks like some other requests are using an old version so I'll look into upgrading that

obtuse rapids
#

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.

vale sand
#

👋 looking in parallel

#

our API returns a 500, this is 100% our own bug

woeful marsh
#

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

vale sand
#

give me a few minutes to figure out what's causing it and see if there's a workaround

woeful marsh
#

ok thanks

vale sand
#

ignore the API versions it's definitely not relevant

woeful marsh
#

kk

vale sand
#

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

woeful marsh
#

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

vale sand
#

sounds good and sorry for the hassle, really a pain when those happen