#GraceLR-chargeid
1 messages ยท Page 1 of 1 (latest)
Hi ๐
You can retrieve the latest_charge property from the Payment Intent
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge
is the string the charge id?
Correct.
If you are retrieving the Payment Intent fron the API, you can expand the latest_charge property to include the full Charge object
https://stripe.com/docs/expand
got it, thanks!
Happy to help ๐