HomeProductsDossier on Partnerships - Italy

Dossier on Partnerships - Italy

€11.70 + VAT

The business dossier allows you to verify the company's activity status, its structure and organization, any dissolutions, insolvency proceedings, and cancellations.

Delivery

In 2 hours

available for
  • it

The business dossier allows you to verify the operational status of the company, its structure and organization, any dissolutions, insolvency proceedings, and cancellations.

The business dossier includes the information present in the ordinary report, the latest filed financial statement, the articles of association, and other details.

It is useful for acquiring information and thoroughly assessing the solidity of a new client, a business partner, a supplier, or a tenant in a commercial lease.

The Persons Company Dossier specifically includes the following information:

  • Social agreements, deposited social agreements
  • Asset information
  • Headquarters and local units
  • Dissolution, insolvency proceedings, cancellations
  • Partners and holders of positions or qualifications
  • Shares in other companies (i.e., Shareholder Data Sheet)
  • Controlling companies/entities (i.e., Company subject to direction and coordination)
  • Business transfers, mergers, splits, and takeovers
  • Activities, registers, and roles
  • Pending practices (i.e., Protocol or deposit report)

The historical dossier, in addition to the information provided for the ordinary dossier, includes the history of modifications.

REQUEST FOR PARTNERSHIP DOSSIER

Request Document Hash

GET /visure

To request the dossier with Visengine, you first need to identify the hash that uniquely identifies each document or practice.

https://visengine2.altravia.com/visure/

This can be done through the endpoint GET /visure which does not require parameters and will return a complete list of documents and practices that can be requested through Visengine and their respective hashes.

Verify Data and Request Costs

GET /visure/{hash_visura}

To verify the information, required documents, and costs of the document, you need to make a request through the endpoint GET /visure/{hash_visura} and pass the hash of the document previously obtained.

EXAMPLE REQUEST

GET /visure/{hash_visura}

To verify fields and costs to complete the request, we should use the hash obtained from the previous request.

https://visengine2.altravia.com/visure/6085866c3a98b508803953428b96736c

EXAMPLE RESPONSE

GET /visure/{hash_visura}

The response will indicate all the necessary information to complete the document request, such as mandatory fields.

{ 
  "data": {
    "hash_visura": "6085866c3a98b508803953428b96736c",
    "json_struttura": {
      "campi": {
        "$0": {
          "nome": "Denominazione/Ragione Sociale",
          "tipo": "denominazione"
        },
        "$1": {
          "nome": "Codice fiscale",
          "tipo": "codice_fiscale",
          "null": false
        },
        "$2": {
          "nome": "Partita IVA",
          "tipo": "partita_iva",
          "null": true
        },
      "$3": {
        "nome": "Sigla provincia",
        "tipo": "sigla_provincia"
      }
      },
      "validazione": "($0 && $3) ||   (($0 && $3) &&   ($1 || $2))",
      "istruzioni": "",
      "istruzioni_ricerca": ""
    },
    "nome_categoria": "Camerali",
    "nome_visura": "Fascicolo Società di Persone",
    "opzioni": null,
    "prezzo_ricerca": 0,
    "prezzo_visura": 11.7,
    "ricerca": false,
    "sincrona": false,
    "fornitori": [
    ]
  },
  "success": true,
  "message": "",
  "error": null
}

The validation indicates the mandatory data required to successfully complete the request.

Request the Document

POST /request

In our case, to complete the dossier request, we chose to provide the company's tax code and VAT number.

REQUEST EXAMPLE

POST /request

{
    "hash_visura": "6085866c3a98b508803953428b96736c",
    "json_visura": {
      "$1": 12485671007,
      "$2": 12485671007
      }
  }

RESPONSE EXAMPLE

POST /request

The response provides several pieces of information including the status, whether a callback is set, and the request ID which will be needed later to download the document.

{ "data": 
    {
    "_id": "5f2829ce065afc21cc60ad0e",
    "state": 1,
    "hash_visura": "6085866c3a98b508803953428b96736c",
    "nome": "Fascicolo Società di Persone",
    "ricerca": false,
    "id_ricerca": null,
    "prezzo_visura": 11.7,
    "prezzo_ricerca": 0,
    "indice_ricerca": null,
    "stato_richiesta": "In erogazione",
    "email_target": null,
    "allegati": [],
    "timestamp_creation": 1596467662,
    "timestamp_last_update": 1596467663,
    "timestamp_stati": {
      "in_ricerca": 1596467663,
      "in_erogazione": 1596467663
    },
    "callback_data": false,
    "opzioni": null,
    "owner": "[email protected]",
    "sincrona": false,
    "ricerche": [],
    "esito": {
      "codice": "0",
      "info": "OK"
    }

Download Document

GET /document/{_id}

Once the request status is "fulfilled", you can download the document using the GET /document/{_id} method.

REQUEST EXAMPLE

GET /document/{_id}

This is an example request using the previously obtained ID

https://visengine2.altravia.com/visure/document/5f2829ce065afc21cc60ad0e

RESPONSE EXAMPLE

GET /document/{_id}

The response will contain the name, size, and file.

{
  data{
    "name":"5f22f5b5065afc21cc60a27a.zip",
    "size":"10206",
    "file":"++6+47433njVP9ZcX1XNtWUsKrTya9FGhwiXgdp5j5OPh0FpaKWVpjP8CUEjFjYzYwYTI3YS5wZGZVVAUAAwhDKF91eAsAAQQhAAAABCEAAABQSwUGAAAAAAEAAQBiAAAAZicAAAAA"
    },
    "success": true,
    "message": "",
    "error": null
  }

The company file can be requested by anyone, even if not a legal representative of the company, without the need to present any form or authorization.

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 Partnerships Dossier is a detailed report that gathers all the official information of a company, including the company registration document, the articles of association, and, where available, the financial statements. This document provides a comprehensive overview of the company's legal and administrative status, both current and historical, and is useful for those who need to verify the evolution and structure of the company over time.

What is the Partnerships Dossier?

The Company Files available via API are:

  • File for Limited Companies
  • File for Partnerships
  • Historical File for Limited Companies
  • Historical File for Partnerships

What types of files are available?

The Partnerships Dossier includes the following information:

  • Partnership agreements, deposited partnership agreements
  • Asset information
  • Headquarters and local units
  • Dissolution, insolvency proceedings, cancellations
  • Partners and holders of positions or qualifications
  • Holdings in other companies (i.e., Partner File)
  • Controlling companies/entities (i.e., Company File under third-party management and coordination)
  • Business transfers, mergers, demergers, and successions
  • Activities, registers, and roles
  • Pending applications (i.e., Protocol or deposit file)

The Historical File, in addition to the information provided in the Ordinary File, includes the history of changes and, in the case of LLCs, the history of share transfers (where applicable).

What information does the Partnerships Dossier include?

Anyone who has the company name or the company's tax code can submit a request to obtain the file.

Who can request it?

It is used to thoroughly evaluate the stability and reliability of clients, suppliers, or business partners, facilitating informed decision-making in business relationships.

What is it for?

The ZIP file can be downloaded through the endpoint when the request status is marked as "completed".

How can the document be downloaded?

The Ordinary/Historical File Service for Partnerships is intended for various users who need detailed and official information on Italian companies. Among the main users are:

  • Companies and entrepreneurs who wish to analyze the solidity of clients, suppliers, or business partners.
  • Professionals and consultants in the legal and financial sectors, to collect official information on Italian companies.
  • Banks and financial institutions for corporate risk assessment.
  • Administrative departments for managing and monitoring business counterparts.
  • Developers and IT companies looking to integrate automatic verification via API.

Who is the Partnerships Dossier designed for?

The service fulfillment time is estimated to be around 2 hours, but in many cases, the request could be processed even faster, depending on the system's workload.

What are the service fulfillment times?

The cost to obtain the Partnerships Dossier starts at €11.70 + VAT.

What are the costs of the Partnerships Dossier?