Our prices
Price list for single API calls
- Enterprises VAT Group € 0,02 + vat
FREE first 10 calls/day
Check if a VAT identification number is associated with a VAT group via API and in real time
Enterprises VAT Group allows you to check whether a VAT number belongs to a VAT group and optionally also the consistency with a tax code.
The Enterprises VAT Group service allows you to check whether a VAT number belongs to a VAT Group. If you also add the VAT number of a company as a second parameter, you can ascertain whether that company is actually associated with the VAT Group of the VAT number provided.
A VAT group is a group that brings together companies linked by financial, economic and organisational interests. It has a single VAT number and the member companies invoice transactions with third parties under the common VAT number. Each enterprise, however, will continue to have its own tax code.
Faced with this composite reality, the need for many companies is to identify when a VAT number belongs to a VAT Group or when a company belongs to a VAT Group.
The VAT Group Company Search service responds to these two needs in a timely manner and in real time.
If only VAT ID is used as a query parameter then it will be checked whether that ID exists and whether it is associated with a VAT group.
This is an example of a call with the VAT number: 15844561009
https://company.openapi.com/IT-vatgroup/15844561009
The response indicates whether that VAT identification number participates in a VAT group and whether it matches the VAT identification number of the group leader. In this case the VAT identification number of the request confirms that the VAT identification number participates in a VAT group ("vatGroupParticipation": true) and that it matches the VAT identification number of the group leader ("isVatGroupLeader": true).
{
"data": [
{
"vatGroupParticipation": true,
"isVatGroupLeader": true,
"registryOk": true
}
],
"success": true,
"message": "",
"error": null
}
If, in addition to the VAT number, the tax code is also added as a parameter, it is also possible to check whether the company belongs to the VAT group associated with the VAT number.
This is an example of a call with the VAT number 15844561009 and the tax code 09633951000.
https://company.openapi.com/IT-vatgroup/15844561009?taxCode=09633951000
The answer provided by the service includes the following elements:
This is an example of a response indicating that the VAT ID participates in a VAT Group, matches that of the Parent company and the tax code participates in the same VAT Group identified by the VAT ID.
{
"data": [
{
"vatGroupParticipation": true,
"isVatGroupLeader": true,
"registryOk": true,
"taxCodeVatCodeConsistent": true,
"taxCodeEntrant": true,
"taxCodePresent": true
"vatGroupMembers": []
}
],
"success": true,
"message": "",
"error": null
}
Enterprises VAT Group is identified by the endpoint: GET https://company.openapi.com/IT-vatgroup/{vatCode_or_id} and allows 10 free calls per day.
Enterprises VAT Group is the immediate solution for checking whether a company actually belongs to your group, e.g. in the case of energy companies, agencies associated with a network, etc.
The service allows you to eliminate any invoicing problems with VAT Groups.