Migration to v1.29.0
Dear Lago Community, 👋
We’re writing to inform you of upcoming changes in the Lago API that may impact your workflows.
TLDR;
Deprecation on November 12, 2025 of:
PUT /organization
endpointapplied_to_organization
field inPOST /taxes
applied_to_organization
field inPUT /taxes
Why are we doing this?
In our efforts to improve Lago’s scalability and flexibility, we’re updating our API to streamline feature delivery and maintain relevant endpoints. This sets the stage for supporting multiple billing entities within a single Lago account.
Timeline
We will maintain the current API logic until November 12, 2025. However, after this date, previous versions will no longer be supported. We kindly ask you to update your integration before that day to avoid any potential breaking change.
What are the changes
1. From PUT /organization
to PUT /billing_entities/{code}
Impact:
- Introducing
PUT /billing_entities/{code}
- Deprecating
PUT /organization
In the initiative of supporting multiple billing entities within a single Lago account, the organization object won’t carry any invoicing settings and information.
To update them you’ll have to target the PUT /billing_entities/{code}
.
2. From applied_to_organization
field in POST|PUT /taxes
to PUT /billing_entities/{code}
Impact:
- Introducing
PUT /billing_entities/{code}
- Deprecating
applied_to_organization
inPOST /taxes
andPUT /taxes
In the initiative of supporting multiple billing entities within a single Lago account, the organization object won’t carry any invoicing settings and information.
You won’t be able to apply a tax to the organization anymore, you’ll have to add these values to a targeted billing entity using PUT /billing_entities/{code}
.
Get involved
Your feedback is important to us. If you have any questions, encounter issues, or have suggestions, please reach out to us via the Slack community.
We understand that breaking changes may require you to adapt, so we apologize for any inconvenience caused. Our team is committed to providing support throughout this transition process to minimize disruptions.
Thanks for your understanding and continued support.
The Lago Team