#midrifft
1 messages · Page 1 of 1 (latest)
hey there sorry for the delay
Do you have an example of this you're trying to access?
ie, what receipt number are you referring to?
It's in the emails that are sent to the customer
I believe you're referring to the receipt_number available on the charge object:
https://stripe.com/docs/api/charges/object#charge_object-receipt_number
You can access this by expanding the payment intent and charge when retrieving a checkout session
Gotcha, thank you so much!
expand[]='payment_intent.latest_charge
https://stripe.com/docs/expand
When retrieving a session
Thank you
NP!