€25.70 + VAT
Request via API the InfoCert Qualified Electronic Signature without physical devices, which can also be activated with the Video Recognition option.
Openapi is the only platform that allows more than 15 different types of digital signatures to be requested via API, including signatures with physical devices (e.g. USB and smart cards), qualified electronic signatures, devices with or without CNSs, and video recognition identification possibilities.
On Openapi it is also possible to choose between different Certification Authorities such as InfoCert or Aruba, without minimum purchase commitment or obligations to specific brands.
With the API Digital Signature, other types of signatures such as simple electronic signature (with OTP) and qualified signature can be requested.
The Qualified Electronic Signature is the InfoCert digital signature that does not require any physical device to be used.
With this Qualified Electronic Signature it is possible to digitally sign any IT document (e.g. financial statements and company deeds, invoices, notifications, forms for registration in public registers, contracts) by connecting the device to any desktop or notebook. It has legal value throughout Europe, lasts for 3 years and can be renewed for a further 3 years before expiry by following the dedicated procedure.
As mentioned above, Openapi offers a wide range of digital signatures. To check all the devices available via the API Digital Signature, and their respective prices, it is necessary to make an API request to the endpoint GET/prodotti.
GET https://ws.firmadigitale.com/prodotti
The response offers the complete list of all available signatures with name, type (e.g. InfoCert or Aruba), code and price. This list does not include electronic signatures not belonging to the Digital Signature type (e.g. Simple Electronic Signature), for which there are dedicated endpoints. For some products, it will also be indicated whether it is a 'blank' signature, in which case no signature certificates will be issued.
The list below is only an example and not exhaustive of the available products:
{
"data": [
{
"nome": "Firma Digitale Remota Infocert",
"tipo": "Infocert",
"codice_prodotto": "FIRREM",
"prezzo": 25.70
},
{
"nome": "Firma Digitale Remota Infocert Con Videoriconoscimento",
"tipo": "Infocert",
"codice_prodotto": "FIRREM_V",
"prezzo": 25.70
},
{
"nome": "Firma Digitale Remota Infocert Vergine ",
"tipo": "Infocert",
"codice_prodotto": "RINFIRREM",
"prezzo": 19.70
},
{
"nome": "Rinnovo Firma Remota",
"tipo": "Infocert",
"codice_prodotto": "RINFIRREM",
"prezzo": 19.70
}
.....
],
"success": true,
"message": "",
"error": null
}
In the case of the Remote digital signature, there will be more than one code depending on the presence of the Video Recognition option.
The code allows you to request the device.
To proceed with the device request, a request must be made to the endpoint POST/richiesta/{codice_prodotto}. In our case, we chose InfoCert Qualified Electronic Signature and the product code is FIRREM.
POST https://ws.firmadigitale.com/richiesta/FIRREM
In the payload of the request, a set of information about the applicant must be passed. These data depend on the type of device selected, in the case of Qualified Electronic Signature they are:
Below is an example of a payload for a Qualified Electronic Signature request
{
"data":{
"assistenza": true,
"urgenza": true,
"spedizione": "veloce",
"anagrafica": {
"nome": "alberto",
"cognome": "neri",
"email": "[email protected]",
"cellulare": "349xxxxx18",
"codice_fiscale": "vnxxxxxxxl1x7d",
"data_nascita": "28/12/2000",
"sesso": "M",
"comune_nascita": "terni",
"provincia_nascita": "terni",
"nazione_nascita": "terni",
"indirizzo_residenza": "via rossi 2",
"comune_residenza": "terni",
"provincia_residenza": "terni",
"cap_residenza": "05100",
"nazione_residenza": "italia",
"destinatario": "alberto neri",
"indirizzo_spedizione": "via rossi 2",
"comune_spedizione": "terni",
"provincia_spedizione": "terni",
"cap_spedizione": "05100",
"tipo_documento": "patente",
"numero_documento": "123456",
"soggetto_emittente": "mctc",
"data_emissione": "05/11/1990",
"data_scadenza": "12/12/2020"
},
"callback": {
"url": "https://dev.ws.firmadigitale.com/test.php",
"method": "JSON",
"field": "data"
}
}
If you wish to request the InfoCert Qualified Electronic Signature with video recognition, simply set the parameter video recognition as ‘true’ during the request phase. This request can also be made later, with a dedicated ‘VIDEORIC’ code.
At this stage, one or more options can also be selected for Qualified Electronic Signatures (without video recognition):
We suggest you set up a callback to stay updated on the status change of the request.
The response contains all the information and the id of the request, e.g. in our case it will be 5f7ef1e83a716836d3152662. The request id is indispensable because it allows us to check the status of the request, download and possibly send the signature registration form.
The form can be downloaded via the endpoint GET/richiesta/{id}/modulo.
In order for the certificate to be issued, it is necessary for the requester to complete the identification process.
This can be done in various ways. In the case the applicant
The video recognition option simplifies this process by automating the entire identification process through a simple call with an operator, which can be done from any device
You can check the status of signature processing at any time via the endpoint GET/richiesta/{id}.
In the response, when the status has changed to "evaso" (="processed), it will be possible to access the envelope number. The signature activation data (Emergency Code, PIN, PUK) will instead be, according to regulations, sent directly to the applicant's email via virtual envelope (PDF) by the InfoCert Certification Authority.
In addition, 'Virgin' Smart Cards can also be requested via the API Digital Signature. This is for example the case for RAO customers who can issue signature certificates themselves and only need to purchase batches of devices.
InfoCert Qualified Electronic Signature via API is ideal for companies and organisations that wish to offer their customers a secure and certified signature, which can be used by the individual with his or her own credentials to sign any digital document, without having to use a physical device.
Do you have questions about the types of digital signature devices or how to apply and activate them? Do not hesitate to contact us: one of our consultants will be at your disposal to provide you with all the information and clarifications you need!
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 users to request a qualified electronic signature via API to securely sign digital documents without the need for a physical device such as a smart card or USB. The signature is executed through online authentication using access credentials and an OTP (One Time Password) sent via SMS or app. This signature holds the same legal validity as a handwritten one and is often used to sign contracts, authorizations, and other official documents remotely.
Openapi also offers the option of video recognition during the identity verification process, which can be done online from anywhere. Legally, the applicant is required to undergo an identity verification process to issue the signature, and thanks to the video mode, time and money are saved. Everything happens digitally, eliminating the need to physically visit a public official, purchase a tax stamp, and send original documentation by registered mail.
Through Openapi, you can request various types of digital signatures, including qualified electronic signatures, physical devices (USB and smart cards), devices with or without CNS (National Service Card), and signatures with video recognition identification.
Here is the list of currently available digital signatures:
Renewals for InfoCert Digital Signatures are also available, as well as the SPID (Public Digital Identity System) activation service for individuals. Additionally, it is possible to request the Simplified Electronic Signature (SES) with OTP via API.
Video recognition is a simple, fast and secure solution to complete remote identity verification.
This option can be selected during the signature request by setting the "videoriconoscimento" (="video recognition") value to "true".
By law, identity verification is mandatory to obtain a digital signature, and video recognition offers an alternative to verification in the presence of a public official.
Moreover, being online, this procedure is much more convenient and quicker for the person requesting the signature: there is no need to purchase a revenue stamp or send in paper documents.
Note: there is an additional cost for the video option.
Yes, through the "Qualified Electronic Signature" service, you can request an InfoCert remote signature in the following countries:
Yes, the digital signature has full legal value. It is recognised as equivalent to the handwritten signature in many legal systems, including the European Union. In Italy it is regulated by the Digital Administration Code (CAD) and in Europe by the eIDAS regulation.
Thanks to the digital signature, the authenticity, integrity and non-repudiation of the document is guaranteed, which thus becomes legally valid and indisputable.
The processing time for qualified electronic signatures depends on the chosen identification method. If the video option is selected, the processing time starts from 1 working day, whereas, if the recognition is done in person at a public office, the time starts from 2 working days, considering the time needed for sending and receiving the documentation via registered mail.
All times are considered from receipt of the complete documentation.
Openapi also offers the option for those who wish to become a RAO (Registration Authority Officer), enabling them to verify the personal identity of individuals seeking a digital signature.
For more information on how to become a RAO, please contact us.
The InfoCert Qualified Electronic Signature service via API is designed for companies and organizations that want to offer their customers a secure and certified signature, usable by individuals with their own credentials to sign any digital document, without the need for a physical device.