#pale-checkout
1 messages · Page 1 of 1 (latest)
I want get receipt pdf of everycheckouts and store them in my system
The Checkout Session has a payment_intent field. And in the PaymentIntent object there's a charge field. And on the charge object there's a receipt_url field https://stripe.com/docs/api/charges/object#charge_object-receipt_url
You could get that in one API call by using expand https://stripe.com/docs/expand