#jackson-paymentintent-latestcharge
1 messages · Page 1 of 1 (latest)
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
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?
I see here https://stripe.com/docs/api/versioning?lang=ruby that you can include it in the config but i am not sure how to do it on a per request basis
THANK YOU! 🙏
sure thing!