#ayeshaikh_7
1 messages · Page 1 of 1 (latest)
Not as far as I know unfortunately
We have an API endpoint where you can get a preview of the invoice. So you could use that to show relevant details about it if you would like https://stripe.com/docs/api/invoices/upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so nothing that I can send to customer to preview from -- only thing that I can do is use this api to get the details and show that to customer.