TLDR;
Deprecation on November 12, 2025 of:PUT /organizationendpointapplied_to_organizationfield inPOST /taxesapplied_to_organizationfield 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_organizationinPOST /taxesandPUT /taxes
PUT /billing_entities/{code}.