#Qant - anton-invoice-html
1 messages · Page 1 of 1 (latest)
You don't need to generate a PDF, one is automatically generated for you on 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.
thank you Paul, but the problem its not for stripe payments
The main idea is generate the same receipts and invoice in stripe design but from other PAID items
i though the devs can gave me the html template and i can generate the same receipts and invoices as in stripe dashboard
Stripe doesn't share the template of invoices, but that won't stop you from finding it yourself from an HTML email or from the sample from the dashboard.
Yah... devs alwais try to find the easy way... but as i undesrtand its imposible )