#SlamDuncan
1 messages · Page 1 of 1 (latest)
Hi there! Receipt URLs are on the session's underlying charge. The hierarchy in this case is Session > PaymentIntent > Charge
You can retrieve the Session and expand the PaymentIntent property to retrieve the Charge - https://stripe.com/docs/api/charges/object#charge_object-receipt_url
I recommend reviewing our Expansion docs - https://stripe.com/docs/expand
Thanks. Is the charge listed under the payment intent object? I don't see it here: https://stripe.com/docs/api/payment_intents/object
There's a charge list in that object - https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges
Cool, thanks. I'll give it a shot. I might be back in 5 mins