#sr-lee
1 messages · Page 1 of 1 (latest)
Hi there, you can get the pdf download link from the invoice object (https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I tried.It looks like this is not what I want, this is the download url for Invoice.pdf, and I want the download url for Receipt.pdf.
There's no direct URL to the receipt PDF, but you can get the receipt webpage through https://stripe.com/docs/api/charges/object#charge_object-receipt_url where your customer can download the receipt.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.