#Matty-update-invoice
1 messages ยท Page 1 of 1 (latest)
Hi ๐ if the Invoice is already finalized then it can no longer be updated, but if it still in a draft state then you can create a new Invoice Item for that Invoice to adjust the amount of the Invoice:
https://stripe.com/docs/api/invoiceitems/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah... is the amount the difference or should it be for the full amount?
The difference. You can't directly adjust the total amount of an Invoice, that is calculated based on the included line items.
Perfect. Thank you!