€9.90 + VAT
Obtain via API and online the AIRE Certificate of Residence quickly, safely and easily. The service is managed by selected and recognised CAFs or Patronati and everything is done in full compliance with regulations.
Openapi allows access to all major Civil Status Certificates, such as the Residence Certificate, Family Status Certificate, and Marriage Certificate. Civil status certificates are official documents that certify and attest to a person's civil status, residence, and other data related to the individual registered with the municipality of residence.
The service is provided via API directly by an authorized professional. Since requests are manually processed by operators, processing times depend on the complexity of the request. Openapi ensures that the entire process is carried out in full compliance with current privacy regulations, using data minimization and encryption techniques.
The A.I.R.E. Residence Certificate certifies the residence of an Italian citizen registered in the Registry of Italians Residing Abroad. It is required for various administrative, legal, and tax-related procedures.
There are two separate services available for requesting the A.I.R.E. Residence Certificate: one with stamp duty exemption and one with stamp duty. In case of exemption, the requester must provide a reason for the exemption (e.g., pension or legal process) and, if necessary, a supporting document proving the right to exemption.
Openapi makes it easy and fast to request the A.I.R.E. Residence Certificate (Registry of Italians Residing Abroad). Through our API integration, you can offer your customers an efficient and secure service to request and receive the certificate directly within your systems.
The request can be submitted directly by the applicant or through selected and recognized CAF and Patronati (with delegation).
GET /documents
To request the A.I.R.E. Residence Certificate via Docuengine, it is first necessary to verify all parameters to correctly complete the request.
https://docuengine.openapi.com/documents
This is possible through the GET /documents endpoint, which requires no parameters and returns the complete list of documents and procedures available through Docuengine, along with their respective parameters and costs.
GET /documents
The response will provide all the necessary information to complete the request for the available documents through the Docuengine API. In our case, we are interested only in the data for the AIRE Certificate of Residence:
{
"data": [
{
"requestStructure": {
"fields": {
"field0": {
"name": "name",
"nameIT": "nome",
"type": "string",
"required": true,
"options": null,
"help": "Inserire il nome del richiedente"
},
"field1": {
"name": "surname",
"nameIT": "cognome",
"type": "string",
"required": true,
"options": null,
"help": "Inserire il cognome del richiedente"
},
"field2": {
"name": "birthDate",
"nameIT": "data nascita",
"type": "date",
"required": true,
"options": null,
"help": "Inserire la data di nascita del richiedente"
},
"field3": {
"name": "birthTown",
"nameIT": "comune nascita",
"type": "string",
"required": true,
"options": null,
"help": "Inserire il comune di nascita del richiedente"
},
"field4": {
"name": "taxCode",
"nameIT": "codice fiscale",
"type": "string",
"required": true,
"options": null,
"help": "Inserire il codice fiscale del richiedente"
},
"field5": {
"name": "residenceTown",
"nameIT": "comune residenza",
"type": "string",
"required": true,
"options": null,
"help": "Inserire il comune di residenza del richiedente (nel caso di residenza all'estero il cliente deve riportare il comune di iscrizione AIRE"
},
"field6": {
"name": "exemptionReason",
"nameIT": "motivo esenzione",
"type": "date",
"required": true,
"options": [],
"help": "Inserire la data di nascita del secondo coniuge"
},
"field7": {
"name": "exemptionDocument",
"nameIT": "documento esenzione",
"type": "string",
"required": true,
"options": null,
"help": "Caricare il file che attesta il motivo dell'esenzione da marca da bollo"
},
"field8": {
"name": "notes",
"nameIT": "note",
"type": "string",
"required": false,
"options": null,
"help": "Note aggiuntive"
}
},
"validation": "",
"help": null,
"searchHelp": null
},
"category": "Patronato",
"name": "Certificato Residenza AIRE",
"options": [
{
"name": "urgenza",
"price":4
},
{
"name": "assistenza_dedicata",
"price": 10
}
],
"hasSearch": false,
"isSync": false,
"id": "67d066542cbb7e30d3d93e2d",
"searchPrice": 0,
"documentPrice": 9.90,
"totalPrice": 9.90
}
],
"success": true,
"message": "",
"error": null
}
The validation process indicates the required data necessary to successfully complete the request.
The required data for the request are:
Additional required documents will be requested by the CAF or Patronato handling the request, in compliance with privacy regulations.
POST /requests
POST /requests
{
"documentId": "67d066542cbb7e30d3d93e2d"
"search": {
"field0": "nome",
"field1": "cognome",
"field2": "data nascita",
"field3": "comune nascita",
"field4": "codice fiscale",
"field5": "comune residenza",
"field6": "motivo esenzione",
"field7": "documento esenzione",
"field8": "note"
}
}
POST /requests
The response provides various details, including status, callback settings (if configured), and the request ID, which will be needed later to download the document.
{
"data" {
"documentId": "66ffea9fa2b0bc1d3104fa54"
"search": {
"field0": "nome",
"field1": "cognome",
"field2": "data nascita",
"field3": "comune nascita",
"field4": "codice fiscale",
"field5": "comune residenza",
"field6": "motivo esenzione",
"field7": "documento esenzione",
"field8": "note"
},
"data": {}
},
"timestamps": {
"creation": 1724416377,
"WAIT": 1724416377,
"lastUpdate": 1724416393
},
"state": "WAIT",
"readableSearch": {},
"optionsPrice": 0,
"selectedOptions": null,
"notifyEmail": null,
"name": "Certificato Residenza AIRE",
"hasSearch": false,
"searchPrice": 0,
"documentPrice": 9.90,
"totalPrice": 9.90,
"documents": null,
"resultId": null,
"results": null,
"id": "67d066542cbb7e30d3d93e2d"
},
"success": true,
"message": "",
"error": null
}
PATCH /requests/{_id}
By default, if the "STATE" field is not set, the transaction is considered immediately closed, and your request will be processed and fulfilled. However, if the field is set, the transaction remains open, allowing you to update the request via the PATCH /requests/{_id} endpoint.
PATCH /request/{_id}
This endpoint allows updating certain request fields and completing the process: either closing it if the status is "NEW" or selecting a result generated by a search if the document has the 'hasSearch' parameter set to true.
{
"data" {
"documentId": "66ffea9fa2b0bc1d3104fa54"
"search": {
"field0": "nome",
"field1": "cognome",
"field2": "data nascita",
"field3": "comune nascita",
"field4": "codice fiscale",
"field5": "comune residenza",
"field6": "motivo esenzione",
"field7": "documento esenzione",
"field8": "note"
},
"data": {}
},
"timestamps": {
"creation": 1724416377,
"WAIT": 1724416377,
"lastUpdate": 1724416393
},
"state": "WAIT",
"readableSearch": {},
"optionsPrice": 0,
"selectedOptions": null,
"notifyEmail": null,
"name": "Certificato Residenza AIRE,
"hasSearch": false,
"searchPrice": 0,
"documentPrice": 9.9,
"totalPrice": 9.9,
"documents": null,
"resultId": null,
"results": null,
"id": "67d066542cbb7e30d3d93e2d"
},
"success": true,
"message": "",
"error": null
}
When the request is marked as "processed," the document can be downloaded in PDF format. The endpoint for downloading documents generated from the request is: GET/requests/{id}/documents
The response will indicate the file name, size, and URL for downloading the file.
{
"data" {
"documentId": "66ffea9fa2b0bc1d3104fa54"
"search": {
"field0": "nome",
"field1": "cognome",
"field2": "data nascita",
"field3": "comune nascita",
"field4": "codice fiscale",
"field5": "comune residenza",
"field6": "motivo esenzione",
"field7": "documento esenzione",
"field8": "note"
},
"data": {}
},
"timestamps": {
"creation": 1724416377,
"WAIT": 1724416377,
"lastUpdate": 1724416393
},
"state": "WAIT",
"readableSearch": {},
"optionsPrice": 0,
"selectedOptions": null,
"notifyEmail": null,
"name": "Certificato Residenza AIRE,
"hasSearch": false,
"searchPrice": 0,
"documentPrice": 9.9,
"totalPrice": 9.9,
"documents": null,
"resultId": null,
"results": null,
"id": "67d066542cbb7e30d3d93e2d"
},
"success": true,
"message": "",
"error": null
}
The PDF file is provided in base64-encoded format.
By integrating Openapi's APIs, companies can offer their customers an efficient and compliant service for requesting the A.I.R.E. Residence Certificate, leveraging the professional management of recognized CAF and Patronati.
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 service allows the integration via API of the request for the AIRE Certificate of Residence, which certifies the residence of the Italian citizen abroad, also indicating the foreign address of residence.
The service is fast, easy, and secure, and is managed by selected and recognized CAFs or Patronati, in compliance with regulations.
The service is part of Docuengine, the API for requesting over 128 official documents, benefits, and reports, with data coming from certified sources.
The main categories of documents available via Docuengine are as follows:
The services currently available on Openapi include:
The service is designed for companies that wish to easily integrate the request for Certificate of Residence AIRE via API, providing their clients and employees with a quick and high-quality experience.
The application is entrusted to CAF and Patronati managed by authorized and specialized personnel, and everything is done in full compliance with privacy regulations.
Openapi manages the entire request process via API in full compliance with the current privacy regulations, with data minimization and encryption measures.
For more information, you can consult the Privacy documentation on our website.
The produced documents are deleted from Openapi's systems based on the timelines visible in the Redemption Period (the deadline after which the document is deleted from our servers) within the privacy documentation. If necessary, the client can contact the authorized Professional who provided the service, who is required to keep a copy in accordance with regulations.
The service is provided within 2 working days from the submission of the complete documentation.
The cost per single request is €9.90 with exemption, €25.90 with a stamp