FREE 10 requests/day
€0.02 + VAT
FREE requests
The VAT Group service allows you to verify in real time if a VAT number belongs to a VAT group and, optionally, its consistency with a Tax Code.
The Company 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 Company VAT Group Search service responds to these two needs in a timely manner and in real time.
GET/IT-vatgroup/{vatCode_or_id}
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
GET/IT-vatgroup/{vatCode_or_id}
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
}
GET/IT-vatgroup/{vatCode_or_id}
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
GET/IT-vatgroup/{vatCode_or_id}
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
}
Company VAT Group is identified by the endpoint: GET https://company.openapi.com/IT-vatgroup/{vatCode_or_id} and allows 10 free calls per day.
Company 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.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
The Company VAT Group service allows you to verify if a specific VAT number is associated with a VAT Group. This tool is useful for obtaining precise fiscal information and ensuring compliance with current regulations related to the taxation of company groups.
Currently, information is available for Italy.
The response provided by the service includes the following elements:
The Company VAT Group service is designed for various professionals and companies that need to manage and verify fiscal information related to company groups, including:
The information is provided in real-time via API.
The first 10 calls per day are FREE, then €0.02 per API call.