#alex_tran
1 messages · Page 1 of 1 (latest)
Hi there, that's because the Stripe API versions are different
Since API 2022-11-15, The charges property on PaymentIntent has been removed. You can use the latest_charge property instead.
see https://stripe.com/docs/upgrades#2022-11-15
@upbeat thistle oh, thanks for your response, I'll check it.