HomeProductsCompany VAT Group - Italy

Company VAT Group - Italy

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.

Delivery

In real time

available for
  • it

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.

SAMPLE REQUEST WITH ONLY VAT NUMBER

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

SAMPLE RESPONSE WITH ONLY VAT NUMBER

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
  }

SAMPLE REQUEST WITH VAT AND TAX CODE

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

SAMPLE RESPONSE WITH VAT AND TAX CODE

GET/IT-vatgroup/{vatCode_or_id}

The answer provided by the service includes the following elements:

  • whether the VAT identification number belongs to a VAT group;
  • the verification of coincidence between the VAT identification number and that of the VAT group leader;
  • the consistency between the Tax Code and the VAT Code entered as parameters;
  • whether the Tax Code belongs to the VAT Group identified by the VAT Number.

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.

Sign Up

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!

Frequently Asked Questions

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.

What is the VAT Group Companies service?

Currently, information is available for Italy.

For which countries is VAT Group information available?

The response provided by the service includes the following elements:

  • The association of the VAT number with a VAT Group;
  • Verification of the match between the VAT number and that of the Group Leader;
  • Consistency between the tax code and the VAT number entered as parameters;
  • The membership of the Tax Code in the VAT Group identified by the VAT number.
What information does the Company VAT Group service include?

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:

  • Companies and entrepreneurs working with company groups and needing to verify VAT association;
  • Tax consultants and accountants to ensure VAT compliance;
  • Financial institutions that need to verify the fiscal composition of company groups;
  • Administrative departments that manage accounting and need to identify VAT group membership;
  • Software houses that wish to integrate automated fiscal controls via API.
Who is the Company VAT Group service intended for?

The information is provided in real-time via API.

What are the service delivery times?

The first 10 calls per day are FREE, then €0.02 per API call.

What are the costs of the Company VAT Group service?