#jackson-paymentintent-latestcharge

1 messages · Page 1 of 1 (latest)

silk flaxBOT
trail stirrup
#

jackson-paymentintent-latestcharge

#

Hey @austere ibex this is possibly due to a recent API version change: https://stripe.com/docs/upgrades#2022-11-15

The charges property on PaymentIntent has been removed. You can use the latest_charge property instead.

If your code isn't properly using the same API version everywhere you might have that issue

austere ibex
#

awesome i think thats it

#

do you know if its possible to override the API version on a per request basis using the Ruby SDK?

trail stirrup
#

it's right there in the linked doc you shared too right?

austere ibex
#

THANK YOU! 🙏

trail stirrup
#

sure thing!

austere ibex
#

i just refreshed the page and now its showing on the api docs

#

but a second ago it was only showing the global config one hmm

#

nonetheless issue resolved