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
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
PUT /billing_entities/{code}
.