You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since September 2023, new Belgian enterprise numbers (CBE) starts with a 1 instead of 0.
This is also applicable for VAT numbers because the numbers are the same.
The calculation of the check digits is the same as before.
Upon registration in the CBE each entity receives a company registration number. The use of this number is required by law. The company registration number is a unique identification number consisting of 10 digits, starting with 0 or 1.
The company registration number assigned to a natural person is not transferable to another entity, even if that entity is a company incorporated by that natural person alone. It shall remain attributed to the same natural person, even if that person interrupts or suspends the activity giving rise to registration and even if the nature of the activity he or she carries out changes.
The company registration number assigned to a legal person is also not transferable to another entity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since September 2023, new Belgian enterprise numbers (CBE) starts with a
1instead of0.This is also applicable for VAT numbers because the numbers are the same.
The calculation of the check digits is the same as before.