#rec0d
1 messages · Page 1 of 1 (latest)
Can you elaborate? I don't understand your question. What are you trying to do?
When a customer buy from our website they can view a history of what they have bought from us and when they bought it. I want to add so the customer can download the invoice with pdf and see the invoice there instead of just checking there email.
So i want them to view there invoice from our website
There's a URL you can use to download that PDF at invoice.invoice_pdf: https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf
You would just display that URL for download and they could click it to download
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.