#Lalit-open-invoice
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I don't think you can. As mentioned in the description of the invoice_pdf field, it's a link to download the PDF:
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.
is there any way i can open pdf in browser
Not that I'm aware of. Are you trying to build an integration that shows the invoice? If so, you can download the invoice on your end and then build your own flow to display it to your customers.
yes. but the issue is i dont wnt to download it directly
yeah I'm not sure if there is a way, you could always download the file and display it in an <embed> html tag
but that will be downloaded in the browser, then thre is no point to show after downloading