#abhishek-receipt-url
1 messages · Page 1 of 1 (latest)
The receipt url is associated with the charge object under the payment intent, which you can find associated with the invoice.
https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Depending on what API requests you making here, you might want to consider using expansion to get the full objects you need.
there is no PDF of the receipt, just a hosted URL.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.