#Vaibhav
1 messages · Page 1 of 1 (latest)
Can you share the invoice ID (in_xxx) that you would like to retrieve from?
i want to create a fresh invoice from mutiple different invoices, some invoices might be paid some unpaid, i want to collect all and create one consolidate invoice
@chrome anvil
Thanks for waiting, discord is busy now
You may use Retrieve Invoice API https://stripe.com/docs/api/invoices/retrieve to retrieve the invoice details, and look for lines field that contains price which can use it to create in new invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@chrome anvil how can i create one invoice from multiple priceids?
You may follow this guide here: https://stripe.com/docs/invoicing/integration/quickstart
You may create multiple invoice items with prices on the invoice