#shpatak
1 messages · Page 1 of 1 (latest)
Hello 👋
As far as I know we store the charge objects under latest_charge property
It is an expandable property
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge
So you need to expand that when you retrieve the payment intent
https://stripe.com/docs/api/expanding_objects
The other option is to list all charges and pass the payment intent ID as a parameter
https://stripe.com/docs/api/charges/list
Hm
I see an charges object returned on retrieving specific PaymentIntent
How to retrieve Dispute attached to a Charge?
Ah, what API version are you on? you might be on an older API version