invoice_settings_update
Change what appears on invoices. Only the fields you pass are touched. paymentInstructions is the block telling the customer how to actually send the money (bank details, a payment link); an invoice without it tends to produce a reply asking for them. nextNumber may only move FORWARD — lowering it would re-issue numbers that are already on invoices customers have.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextNumber | No | Forward only. Useful when moving from another system mid-sequence. | |
| businessName | No | ||
| defaultNotes | No | ||
| numberPrefix | No | e.g. "INV-". Up to 16 characters. | |
| businessEmail | No | ||
| businessPhone | No | ||
| businessTaxId | No | ||
| numberPadding | No | Minimum digits, 1-12. 4 gives INV-0007. | |
| businessAddress | No | ||
| defaultCurrency | No | ISO 4217. | |
| defaultTermsDays | No | ||
| defaultTermsText | No | ||
| paymentInstructions | No | Free text. Line breaks are kept. |