A custom invoice section is an additional section displayed above the custom footer on an invoice.
It allows you to set a title and include specific details (e.g. bank details).
Custom invoice sections can be applied at the billing entity level, impacting all customer invoices attached to it, or set per customer for greater granularity.
To create an invoice custom section:
Click “Settings” in the side menu;
Open the “Invoice section” tab;
Click on “Add” in the “Invoice custom section block;
Provide the necessary details, including the title and content.
Click Preview to see how the section will appear on an invoice.
Apply this invoice custom section to a billing entity or a customer.
You can display multiple custom invoice sections on invoices. Note that they will be sorted alphabetically by the custom section name.
You can override the entity-level setting for specific customers by either assigning a different invoice custom section or deactivating the option for that customer. To do so:
Click on a specific customer;
Navigate to the Settings tab;
Click on Edit in the Invoice custom section;
Add a specific custom invoice section for the customer; or
Choose to deactivate the invoice custom section for this customer.
Click on a specific customer;
Navigate to the Settings tab;
Click on Edit in the Invoice custom section;
Add a specific custom invoice section for the customer; or
Choose to deactivate the invoice custom section for this customer.
Copy
Ask AI
LAGO_URL="https://api.getlago.com"API_KEY="__YOUR_API_KEY__"curl --location --request POST "$LAGO_URL/api/v1/customers" \ --header "Authorization: Bearer $API_KEY" \ --header 'Content-Type: application/json' \ --data-raw '{ "customer": { … "skip_invoice_custom_sections": false, // If true, no invoice custom sections will be applied to the customer "invoice_custom_section_codes": ["eu_bank_details"] // Leave an empty array to use the billing entity-level settings … } }'
Once the settings are updated, all newly finalized invoices for the billing entity or specific customer will reflect the changes.
A custom footer is a universal footer applied to all invoices and credit notes across all customers.
It is typically used to display your company’s legal information or other standard details.
If you need granularity per customer, please refer to the custom invoice section above.
To update the footer of the invoice:
Click Settings in the side menu;
Open the Billing entity > Invoicing settings tab;
Click on Edit in the Invoice default footer block;
Enter your text (maximum 600 characters); and
Click Save information to confirm.
Adding a custom footer via the user interface
To update the footer of the invoice:
Click Settings in the side menu;
Open the Billing entity > Invoicing settings tab;
Click on Edit in the Invoice default footer block;
Enter your text (maximum 600 characters); and
Click Save information to confirm.
Adding a custom footer via the user interface
You can update the customer footer of invoices by changing the invoice_footer in your billing entity endpoint.