UANATACA REGISTRATION AUTHORITY API
UANATACA RA API DOCUMENTATION (v1)
- 1 UANATACA RA API DOCUMENTATION (v1)
- 2 What it is
- 3 How it works
- 4 Glossary
- 5 Classic Workflow
- 6 Video ID Workflows
- 6.1 eIDAS VideoID
- 6.2 External Mode
- 7 Webhook Configuration
- 8 Endpoint URLs
- 9 Authentication
- 10 Responses
- 10.1 HTTP Status Codes
- 10.2 Pagination
- 11 Certificate Profiles
- 11.1 Europe (eIDAS)
- 11.1.1 PFSoftAFCiudadano
- 11.2 PFqscdCiudadano
- 11.3 PFnubeAFCiudadano
- 11.4 PFnubeQAFCiudadano
- 11.5 PFSoftAFEmpresa
- 11.6 PFqscdEmpresa
- 11.7 PFnubeAFEmpresa
- 11.8 PFnubeQAFEmpresa
- 11.9 PFSoftAFColegiado
- 11.10 PFqscdColegiado
- 11.11 PFnubeAFColegiado
- 11.12 PFnubeQAFColegiado
- 11.13 REPsoft
- 11.14 REPqscd
- 11.15 REPnubeQ
- 11.16 REPPJsoft
- 11.17 REPPJnube
- 11.18 REPPJqscd
- 11.19 REPPJnubeQ
- 11.20 EMPUBsoft
- 11.21 EMPUBqscd
- 11.22 EMPUBnubeQ
- 11.23 REPESPJsoft
- 11.24 REPESPJnube
- 11.25 REPESPJqscd
- 11.26 REPESPJnubeQ
- 11.27 SELLOPJnube
- 11.28 SELLOPJsoft
- 11.29 SELLOPJnubeQ
- 11.30 SELLOPJqscd
- 11.31 SELLOMedio
- 11.32 SELLOAlto
- 11.33 SelloOrganoAltoNubeQ
- 11.34 Peru
- 11.35 PEPNCiudadano
- 11.36 PEPNPerteneciente
- 11.37 PEPNRepresentante
- 11.38 PEPNColegiado
- 11.39 PEFacturacion
- 11.40 PESElectronico
- 11.41 Global
- 11.42 PFSoftNC
- 11.43 PFnubeNC
- 11.44 SELLOsoftNC
- 11.45 SELLOnubeNC
- 11.46 REPnubeNC
- 11.47 REPsoftNC
- 11.1 Europe (eIDAS)
- 12 Postman collection
- 13 API Reference
What it is
The Registration Authority (RA) solution to manage the entire digital certificates life cycle.
The service facilitates the automation of processes through integration via API, allowing you to incorporate the process of issuing digital certificates into your business flows or procedures.
The issuance of digital certificates generates 100% paperless. All information related with the registration and contract issuance is electronically signed and saved in the system to avoid storing physical documentation for years.
How it works
Uanataca RA API allows the generation and distribution of digital certificates, either by integrating the issuance and management into a business application.
The Registration Authority is composed of people and processes, with the main function of identifying applicants of digital certificates and sending verified data for the issuance of the certificate.
Digital certificates are created and used as part of a life-cycle that includes three fundamental stages:
Registration including documentation
Data validation
Certificate issuance
The complete flow is explained in the next section Flow chart
As part of the paperless procedure, every Request has its own digital contract that has to be electronically signed by the RA Operator (in charge of approving the Request) and the certificate subscriber, each one with their respective digital certificates.
Glossary
List of entities and names used to describe UANATACA's services
Certification Authority (CA)
The CA is the issuer of the certificates requested by the Registration Authority.
Registration Authority (RA)
The RA manages the entire life-cycle of digital identities, from the certificate issuance to suspension, reactivation, renewal and revocation of the PKI credentials. Reuests are generated and verified by a Registration Authority Officer.
Registration Authority Officer (RAO)
The RAO follows strict guidelines and policies defined to ensure the trust of the CA. RAO is responsible for managing the requests for digital certificates and verifying the content of the requests as well as identifying people requesting them.
API User
The Account having access to the APIs provided by the system. It is generally used for a server to server interaction.
Certificate Request (Request)
It is a request to issue a new certificate. A request can be associated with only one RA and has a status attribute to monitor the progress of the application:
CREATED: The request has been created and associated to an RA, but the content of the request has not been validated yet. In this state, data can also be inconsistent, the system will not throw an error. The content of the request can be edited at any moment to make it valid.
ENROLLREADY: The certificates are ready to be issued. The request arrives at this stage, if it has been approved and signed by a RAO, who is part of the RA in charge of the request.
ISSUED: The certificate is issued by the user's self-service page on the platform. The user must first set a PIN code or a password regarding the secure element.
RENEWED: The certificate is renewed by the user's self-service page on the platform.
CANCELLED: The request is cancelled and the digital certificate can not be issued.
Scratchcard
It is a virtual scratch card containing the secret codes of the user.
The card contains:
A serial number: it uniquely identifies the user
An enrollment code: secret code, that is sent to the user by email
It is important to notice that a scratchcard can be used only once. Every request must be associated with a different scratchcard.
Classic Workflow
The following image summarizes the common digital certificate request and issue flow:
An end user requests a digital certificate to the Registration Authority (RA)
A Registration Authority Officer (RAO) identifies the user and requests the required documentation
The user sends the required documentation according to the certificate profile
The RAO creates a digital certificate request
The response returns a request ID
The RAO uploads the required documentation according to the request
The RAO verifies all request data and documentation
The RAO checks declaration and signs service contract.
The RAO approves the digital certificate request to allow the certificate issue
The user receives an email with a link to start the certificate generation process
The user access to the online digital certificate generation process
During the process, the service contract is shown to the user
An OTP code is sent to the user via sms
The user inserts the OTP code and creates a custom PIN
The certificate is generated and the service contract is signed by the user
Finally, the user receives the signed contract and an email with the certificate credentials and instructions
The common digital certificate generation process involves the following steps:
CREATION OF A REQUEST
UPLOAD DOCUMENTS
REQUEST APPROVAL
STEP 1: CREATION OF A REQUEST
API Reference: Get First Unused Scratchcard
This call simply requires a Registration Authority (RA) id number. Scratchcards must be available for this RA for successful response.
curl -i -X GET https://api.uanataca.com/api/v1/scratchcards/get_first_unused/ \
-H 'Content-Type: application/json' \
--cert 'cer.pem' --key 'key.pem'
-d '{
"ra": "121"
}'
The response is a JSON object containing the single-use Scratchcard associated data. The scratchcard number sn
must be added to the Create Request call.
{
"pk": 1193,
"sn": "1256948",
"secrets": "{\"erc\": \"6292998123\", \"enrollment_code\": \"_,463vt:\", \"pin\": \"08695572\", \"puk\": \"52351291\"}",
"registration_authority": 121
}
API reference: Create Request
This call must include enough information to identify the requester user. The full description of the arguments accepted by this endpoint can be found in the API call detailed documentation.
curl -i -X POST 'https://api.uanataca.com/api/v1/requests/' \
-H 'Content-Type: application/json' \
--cert 'cer.pem' --key 'key.pem'
-d '{
"profile": "PFnubeAFCiudadano",
"scratchcard": "5053311",
"secure_element": "2",
"registration_authority": "116",
"country_name": "ES",
"serial_number": "12345678A",
"id_document_country": "ES",
"id_document_type": "IDC",
"given_name": "Name",
"surname_1": "Surname1",
"surname_2" "Surname2"
"email": "mail@domain.com",
"mobile_phone_number": "+34611223344",
"paperless_mode": 1
}'
The response is a JSON containing info from the created request. One of the most important parameters from this JSON is the pk
which represents the request unique identifier and is used for every operation related to this request.
STEP 2: UPLOAD DOCUMENTS
API reference: Upload Document
The created request needs documents, so we can query with an HTTP POST request to upload the files.
The required documents for every request are:document_front
: The photo of the front side of the requester ID carddocument_rear
: The photo of the rear side of the requester ID cardextra_document
: If necessary, it is possibile to upload extra documents that represents additional requester information
Additionally a selfie of the requester showing the ID card under the chin can be uploaded as an evidence under the type document_owner
.
Note that this endpoint has to be queried for every document type that the Request needs.
The response contains the uploaded document unique identifier associated to the request.
STEP 3: REQUEST APPROVAL
A Registration Authority Officer must first validate the request data and documentation. If the information is correct, the RAO will approve the request by signing the receipt and contract with his or her own cloud certificate.
API Reference: Generate RAO Declaration
The following JSON object contains the receipt:
Similarly, it is necessary to retrieve the service contract and present it to the RAO before approval.
API Reference: Generate Contract (use type
: contract in body)
The response consists in a JSON structure containing the contract in Base64 format.
API reference: Approve Request
In order to approve a Request, this must be in the status of CREATED and must have at least the required documents (document_front and document_rear).
Video ID Workflows
eIDAS VideoID
This workflow defines the complete process of issuing eIDAS certificates.
This certificate generation process involves the following steps:
CREATION OF A REQUEST
VIDEO IDENTIFICATION
VALIDATION OF VIDEO IDENTIFICATION EVIDENCES
UPDATE OF REQUEST (OPTIONAL)
DOCUMENTS UPLOAD (OPTIONAL)
REQUEST APPROVAL
STEP 1: CREATION OF A REQUEST
API Reference: Get First Unused Scratchcard
This call simply requires a Registration Authority (RA) id number. Scratchcards must be available for this RA for successful response.
The response is a JSON object containing the single-use Scratchcard associated data. The scratchcard number sn
must be added to the Create Request call.
API Reference: Create Request
This call must include this parameters to success. The full description of the arguments accepted by this endpoint can be found in the call detailed documentation.
The response is the a JSON containing info from the created request in VIDEOPENDING status. One of the most important parameters from this JSON is the pk
which represents the request unique identifier and is used for every operation related to this request.
At this point, the workflow progress will depend on the video-identification process performed by end user. Its successful completion will change request status to VIDEOREVIEW.
In case the process is not totally completed or has failed for any reason, the request will change to VIDEOINCOMPLETE or VIDEOERROR respectively.
To inform business app and validation RAO about this change at the time it takes place, we recommend the implementation of a Webhook. Check our documentation for Webhook Configuration.
If a request needs to be cancelled, use the Cancel Request call.
STEP 2: VIDEO IDENTIFICATION
This process is performed by end user in Uanataca platform. It can be start from a link received in an email sent to the end user.
Through Video Identification process, evidences from the certificate subscriber such as name, surname or data related to subscriber ID card are obtained.
STEP 3: VALIDATION OF VIDEO IDENTIFICATION EVIDENCES
With the information gathered in the above mentioned process, a UANATACA Certified Operator will be in charge of validating every evidence.
In case of Natural Person profiles, the request gets approved in this step, meaning that the user will receive an email to complete the certificate issuance.
After this step the request status will change to ENROLLREADY for Natural Person profiles or CREATED for the rest of them.
STEP 4: UPDATE OF THE REQUEST
This step is required for all profiles except Natural Person
RAO entity compliments every field that does not belong to subscriber identification. Be aware that the fields filled in with information obtained from the video identification process cannot be modified in any way.
Check the required fields for each certificate profile in eIDAS Certificate Profiles list.
API Reference: Update Request
STEP 5: DOCUMENTS UPLOAD
This step is required for all profiles except Natural Person
RAO entity uploads required documentation subject to the type of profile being issued.
API Reference: Upload documents
STEP 6: REQUEST APPROVAL
To complete a request, the RAO must be sure to validate both additional documents and fields. Before approval, you will be shown a preview of RAO declaration.
API Reference: Generate RAO Declaration
The following JSON object contains the receipt:
Similarly, it is necessary to retrieve the service contract and present it to the RAO before approval.
API Reference: Generate Contract (use type
: contract in body)
The response consists in a JSON structure containing the contract in Base64 format.
API Reference: Approve Request
This call makes the request ready for enrollment. Its status changes to ENROLLREADY after executing this call.
The response is a JSON object with added request approval information.
External Mode
The External-Mode Video ID certificate generation process involves the following steps:
CREATION OF A REQUEST
UPLOAD EVIDENCES
REQUEST APPROVAL
STEP 1: CREATION OF A REQUEST
API Reference: Get First Unused Scratchcard
This call simply requires a Registration Authority (RA) id number. Scratchcards must be available for this RA for successful response.
The response is a JSON object containing the single-use Scratchcard associated data. The scratchcard number sn
must be added to the Create Request call.
API Reference: Create Request
This call must include enough information to identify the end user. The full description of the arguments accepted by this endpoint can be found in the call detailed documentation.
The response is the a JSON containing info from the created request in VIDEOPENDING status. One of the most important parameters from this JSON is the pk
which represents the request unique identifier and is used for every operation related to this request.
If request data needs to be modified, use the Update Request call. Check API Reference.
If request data needs to be retrieved, use the Get Request call. Check API Reference.
STEP 2: UPLOAD EVIDENCES
A previously created Video ID Request needs a set of information defined as evidences. The succesful upload of ALL this information will change the request status to VIDEOREVIEW.
Data and images are uploaded by using the following call:
API Reference: Upload Data Evidence
Data objects in detail:
acceptance
: Client acceptance parameters (e.g. Terms & Conditions, Privacy Policy). This is a customizable JSON object.data
: Set of pictures associated to the client's ID document plus a selfie of him/her.ocr_data
: Text information extracted from the client's ID document via Optical Character Recognition (OCR).security_checks
: Set of validation fields associated to the client's identity (underaging, matching info, liveliness, etc)similarity_level
: Similarity between the client's selfie and the picture is shown on his/her ID document.
Successful response status
In the same way, MP4-format Video evidence is uploaded by using the following call:
API Reference: Upload Video
Successful response status
If the uploaded video needs to be retrieved, use Download Video call.
STEP 3: REQUEST APPROVAL
For unsuccessful validations leading to a request refusal, the corresponding call is Refuse Request. Check API Reference. If all information is correct, the RAO will approve the request by signing the receipt and contract with his or her own cloud certificate. These calls are shown below:
API Reference: Generate RAO Declaration
The following JSON object contains the receipt:
Similarly, it is necessary to retrieve the service contract and present it to the RAO before approval.
API Reference: Generate Contract (use type
: contract in body)
The response consists in a JSON structure containing the contract in Base64 format.
API Reference: Approve Request
This call makes the request ready for enrollment. Its status changes to ENROLLREADY.
The response is a JSON object with added request approval information.
In case of not approving a request for any reason, the call Cancel Request must be executed. Check API Reference.
OPTIONAL
API Reference: Get Request to consult any information about the request.
API Reference: Download video to download the video recorded and uploaded in the identification part.
Webhook Configuration
One-Shot API requires a Webhook implemented on customer business side to manage our service callbacks. Every request status change will trigger a simple event-notification via HTTP POST, consisting on a JSON object to an URL that must be explicitly included as a parameter in the Create Video ID Request call. Keep in mind that the webhook via parameter is just for demo purposes. You will have to contact your officer to set a webhook in your RA.
The following is a sample view of the JSON object that is sent as a callback at every status change:
Where:
Status is the most recent status, this is, the status that triggered the notification.
Date is the date of the request status change in datetime format.
Previous_status is the status inmediately previous to last change.
Request is the request unique id.
Registration_authority is the Registration Authority id number the request is associated.
Sample code
In this sample, every JSON object is stored in a file named 'videoid'.
The webhook parameter used in the Create Video ID Request call is defined as:
where {host} is the IP or domain from the server exposing the webhook.
Python
PHP
Endpoint URLs
Uanataca expose its API on urls composed as follows:
Uanataca host
The host changes according to the environment:
api.sandbox.uanataca.com for sandbox environment
lima.sandbox.uanataca.com for sandbox environment(only for external videoid flow)
api.uanataca.com for production environment
lima.uanataca.com for production environment(only for external videoid flow)
Version
It is the api version (currently v1)
Resource
It is the name of the resource of our interest.
Each resource can also have path parameters and sub-resources that are defined in the API Reference below:
This is an example of endpoint exposed by Uanataca:
Authentication
The API authentication is perfomed providing to the server the certificate and the key of an enabled API User.
This is an example HTTP POST request perfomed with cURL:
and a Python with requests package example:
Responses
Every response body returned by Uanataca is JSON object.
If the response is successful, the content of the JSON depends on the API queried.
Instead, the error response is always composed of these keys:
key | Description |
---|---|
error | A string that describe the error occured |
code | The HTTP response code related. See table descriptions |
id | The unique identifier of the error generated by Uanataca |
In the API Reference are described the response structures for each API call.
A successful response:
An error response:
HTTP Status Codes
Code | Description |
---|---|
200 | Everything went OK. The server elaborated correctly the request and returned the response to the client. |
201 | The object is successfully Created with the parameters sent by the client. |
202 | The request sent by the client has been Accepted and is under process. |
204 | No Content. The operation was successful but no content is provided in the response body. |
400 | Bad Request. The parameters sent, are not well formatted or are missing. |
401 | Unauthorized. The user used for making the request is not authorized to consume that resource. |
403 | Forbidden.The user used for making the request has no permissions to do it. |
404 | The resource requested is Not Found. |
405 | Method not allowed. The endpoint called has not the method specified. |
412 | Precondition Failed. The operation has some requirements that are not satisfied. For example if a Request is in a wrong state for the operation requested. |
429 | Too Many Requests. |
500 | Internal Server Error. An error occured during the elaboration of the request. |
502 | Bad Gateway. |
503 | Service Unavailable. |
Pagination
Some endpoints works with the mechanism of pagination.
This means that when an API returns the content requested, the JSON is composed with the keys:
Key | Description |
---|---|
count | Represents the number of object found |
next | Represents the url of the next page (it is null if there are no more pages) |
previous | Represents the url of the previous page (it is null if there are no more pages) |
result | Contains a list of objects found |
Every page contains at most 10 objects.
Examples
Here are display a couple of JSON returned by Uanataca.
A list of Scratchcards:
A list of Requests:
Certificate Profiles
Uanataca provides different certificate profiles for different purpose.
Each profile has their set of fields and each field can be mandatory or not.
Europe (eIDAS)
Profile | Description | Element |
---|---|---|
Natural person | Software | |
Natural person | Smartcard/Token | |
Natural person | Cloud | |
Natural person | Cloud-QSCD | |
Natural person belonging to an organization | Software | |
Natural person belonging to an organization | Smartcard/Token | |
Natural person belonging to an organization | Cloud | |
Natural person belonging to an organization | Cloud-QSCD | |
Natural person belonging to a professional association | Software | |
Natural person belonging to a professional association | Smartcard/Token | |
Natural person belonging to a professional association | Cloud | |
Natural person belonging to a professional association | Cloud-QSCD | |
Natural person representative | Software | |
Natural person representative (signature only) | Smartcard/Token | |
Natural person representative (signature only) | Cloud-QSCD | |
Natural person representative of legal person with the administration | Software | |
Natural person representative of legal person with the administration | Cloud | |
Natural person representative of legal person with the administration | Smartcard/Token | |
Natural person representative of legal person with the administration | Cloud-QSCD | |
Public employee - Medium level | Cloud/Software | |
Public employee signature - High level | Smartcard/Token | |
Public employee signature - High level | Cloud-QSCD | |
Natural person representative of entity without legal personality with the administrations | Software | |
Natural person representative of entity without legal personality with the administrations | Cloud | |
Natural person representative of entity without legal personality with the administrations | Smartcard/Token | |
Natural person representative of entity without legal personality with the administrations | Cloud-QSCD | |
Electronic seal | Cloud | |
Electronic seal | Software | |
Electronic seal | Cloud-QSCD | |
Electronic seal | Smartcard/Token | |
Electronic seal – Medium Level APE | Cloud/Software | |
Electronic seal – High Level APE | Smartcard/Token | |
Electronic seal – High Level APE | Cloud-QSCD |
PFSoftAFCiudadano
Certificate of a natural person issued on a smartcard or a cryptographic token and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | PFqscdCiudadano | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
id_document_number |
| The cardholder document number | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
PFqscdCiudadano
Certificate of a natural person issued on a smartcard or a cryptographic token and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | PFqscdCiudadano | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
id_document_number |
| The cardholder document number | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
PFnubeAFCiudadano
Certificate of a natural person issued in the centralized custody system of Uanataca certificates and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeAFCiudadano | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
id_document_number |
| The cardholder document number | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
PFnubeQAFCiudadano
Certificate of a natural person issued in the centralized custody system of Uanataca certificates and intended for authentication and qualified electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeQAFCiudadano | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
id_document_number |
| The cardholder document number | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
PFSoftAFEmpresa
Certificate of a natural person belonging to an organization or company issued on cryptographic token in P12 format and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the software element. | Yes |
profile | PFSoftAFEmpresa | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organization_rol |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFqscdEmpresa
Certificate of a natural person belonging to an organization or company issued on a smartcard or cryptographic token and intended for authentication and eltronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | PFqscdEmpresa | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organization_rol |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFnubeAFEmpresa
Certificate of a natural person belonging to an organization or company issued in the centralized custody system of Uanataca certificates and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeAFEmpresa | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organization_rol |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFnubeQAFEmpresa
Certificate of a natural person belonging to an organization or company issued in the centralized custody system of Uanataca certificates and intended for authentication and qualified eltronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeQAFEmpresa | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organization_rol |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFSoftAFColegiado
Certificate of a registered individual, for authentication and electronic signature issued in cryptographic container format P12.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the software element. | Yes |
profile | PFSoftAFColegiado | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
professional_id_number |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFqscdColegiado
Certificate of a registered individual, for authentication and electronic signature issued on a cryptographic card or token.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | PFqscdColegiado | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
professional_id_number |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFnubeAFColegiado
Certificate of a registered individual, for authentication and electronic signature issued in the centralized custody system of Uanataca certificates.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeAFColegiado | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
professional_id_number |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
PFnubeQAFColegiado
Certificate of a registered individual, for authentication and qualified electronic signature issued in the centralized custody system of Uanataca certificates.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeQAFColegiado | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
professional_id_number |
|
| No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
REPsoft
Certificate of legal entity representative, suitable for the relationship between Spanish or European companies, for authentication and electronic signature issued in cryptographic container format P12.
Field | Value | Description | Mandatory |
---|---|---|---|
registration_authority |
| The Registration Authority id | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
empowerment |
| The cardholder legal representation level | No |
representation |
| The cardholder legal representation document | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
description |
| A description | No |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
profile | REPsoft | Represents the profile of the request | Yes |
secure_element | [0, 2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
citizen_tax_number |
| The citizen tax number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
sex |
| The cardholder sex | No |
birth_city |
| The cardholder city of residence | No |
birth_province |
| The cardholder province of residence | No |
birth_state |
| The cardholder state of residence | No |
birth_district |
| The cardholder district of residence | No |
birth_canton |
| The cardholder canton code of residence | No |
serial_number |
| The cardholder serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organizational_unit_2 |
| The cardholder second organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
fix_phone_number |
|
| No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_name |
| The organization name | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_country |
| The organization country | Yes |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
REPqscd
Certificate of legal entity representative, suitable for the relationship between Spanish or European companies, for the electronic signature issued on a cryptographic card or token.
Field | Value | Description | Mandatory |
---|---|---|---|
registration_authority |
| The Registration Authority id | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
empowerment |
| The cardholder legal representation level | No |
representation |
| The cardholder legal representation document | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
description |
| A description | No |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
profile | REPqscd | Represents the profile of the request | Yes |
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
citizen_tax_number |
| The citizen tax number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
sex |
| The cardholder sex | No |
birth_city |
| The cardholder city of residence | No |
birth_province |
| The cardholder province of residence | No |
birth_state |
| The cardholder state of residence | No |
birth_district |
| The cardholder district of residence | No |
birth_canton |
| The cardholder canton code of residence | No |
serial_number |
| The cardholder serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organizational_unit_2 |
| The cardholder second organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
fix_phone_number |
|
| No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_name |
| The organization name | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_country |
| The organization country | Yes |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
REPnubeQ
Certificate of representative of legal entity, suitable for the relationship between Spanish or European companies, for the qualified electronic signature, and issued in the centralized custody system of Uanataca certificates.
Field | Value | Description | Mandatory |
---|---|---|---|
registration_authority |
| The Registration Authority id | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
empowerment |
| The cardholder legal representation level | No |
representation |
| The cardholder legal representation document | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
description |
| A description | No |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
profile | REPnubeQ | Represents the profile of the request | Yes |
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
citizen_tax_number |
| The citizen tax number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
sex |
| The cardholder sex | No |
birth_city |
| The cardholder city of residence | No |
birth_province |
| The cardholder province of residence | No |
birth_state |
| The cardholder state of residence | No |
birth_district |
| The cardholder district of residence | No |
birth_canton |
| The cardholder canton code of residence | No |
serial_number |
| The cardholder serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organizational_unit_2 |
| The cardholder second organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
fix_phone_number |
|
| No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_name |
| The organization name | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_country |
| The organization country | Yes |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
REPPJsoft
Certificate of the legal entity representative issued on a cryptographic container in P12 format and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | REPPJsoft | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPPJnube
Certificate of the legal entity representative issued in the centralized custody system of Uanataca certificates and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | REPPJnube | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPPJqscd
Certificate of the legal entity representative issued on a smartcard or on a cryptographic token and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | REPPJqscd | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPPJnubeQ
Certificate of representative of legal entity, suitable to interact with Spanish Public Administrations, issued in the centralized custody system of Uanataca certificates and intended for authentication and qualified electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | REPPJnubeQ | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url |
|
EMPUBsoft
Certificate of public employee of a Spanish Public Administration, issued on a cryptographic container in P12 format and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | EMPUBsoft | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organizational_unit_1 | CERTIFICADO ELECTRONICO DE EMPLEADO PUBLICO | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | Yes |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
responsible_position |
| The responsible position | No |
organizational_unit_3 |
| The cardholder third organizational unit | No |
organizational_unit_4 |
| The cardholder fourth organizational unit | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
EMPUBqscd
Certificate of public employee of a Spanish Public Administration, issued on a smartcard or a cryptographic token and intended for electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | EMPUBqscd | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organizational_unit_1 | CERTIFICADO ELECTRONICO DE EMPLEADO PUBLICO | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | Yes |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
responsible_position |
| The responsible position | No |
organizational_unit_3 |
| The cardholder third organizational unit | No |
organizational_unit_4 |
| The cardholder fourth organizational unit | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
EMPUBnubeQ
Certificate of public employee of a Spanish Public Administration, issued in the centralized custody system of Uanataca certificates and intended for the qualified electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | EMPUBnubeQ | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organizational_unit_1 | CERTIFICADO ELECTRONICO DE EMPLEADO PUBLICO | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | Yes |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_tax_number |
| The organization tax number | Yes |
organization_name |
| The organization name | Yes |
responsible_serial |
| The responsible serial number | Yes |
organization_email |
| The organization email | Yes |
responsible_position |
| The responsible position | No |
organizational_unit_3 |
| The cardholder third organizational unit | No |
organizational_unit_4 |
| The cardholder fourth organizational unit | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPESPJsoft
Certificate of representative of entity without legal license issued on a cryptographic container in P12 format and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | REPESPJsoft | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPESPJnube
Certificate of representative of entity without legal license issued in the centralized custody system of Uanataca certificates and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | REPESPJnube | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPESPJqscd
Certificate of representative of entity without legal license issued on a smartcard or on a cryptographic token and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard element. | Yes |
profile | REPESPJqscd | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
REPESPJnubeQ
Certificate of representative of entity without legal license, suitable to relate with the Spanish Public Administrations, issued in the centralized custody system of Uanataca certificates and intended for authentication and qualified electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | REPESPJnubeQ | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organization_email |
| The organization email | Yes |
description |
| One of the following options:
| Yes |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
organization_url |
| The organization web url | No |
SELLOPJnube
Electronic seal certificate issued in the centralized custody system of Uanataca certificates and intended for electronic signature, usually in unassisted processes.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | SELLOPJnube | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
| The application name that will use the certificate | Yes |
description |
| A description | Yes |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SELLOPJsoft
Electronic seal certificate issued in a cryptographic container in P12 format and intended for electronic signature, usually in unassisted processes.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | SELLOPJsoft | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
|
| Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SELLOPJnubeQ
Electronic seal certificate issued in the centralized custody system of Uanataca certificates and intended for the qualified electronic signature, usually in unassisted processes.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud one. | Yes |
profile | SELLOPJnubeQ | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
|
| Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SELLOPJqscd
Electronic seal certificate, issued on a smartcard or a cryptographic token and intended for the electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard one. | Yes |
profile | SELLOPJqscd | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
| The application name that will use the certificate | Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SELLOMedio
Electronic seal certificate for Spanish Public Administrations, intended for advanced electronic signature, generally in unattended processes, and issued issued in cryptographic container format P12.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the software element. | Yes |
profile | SELLOMedio | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 | SELLO ELECTRONICO | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | No |
organizational_unit_3 |
| The cardholder third organizational unit | No |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
| The application name that will use the certificate | Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SELLOAlto
Electronic seal certificate for Spanish Public Administrations, intended for the electronic signature usually qualified in unattended processes, and issued on a cryptographic card or token.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 1 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the smartcard one. | Yes |
profile | SELLOAlto | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 | SELLO ELECTRONICO | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | No |
organizational_unit_3 |
| The cardholder third organizational unit | No |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
| The application name that will use the certificate | Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SelloOrganoAltoNubeQ
Electronic seal certificate for Spanish Public Administrations, intended for the electronic signature usually qualified in unattended processes, and issued in the centralized custody system of Uanataca certificates.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 2 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud one. | Yes |
profile | SelloOrganoAltoNubeQ | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 | SELLO ELECTRONICO | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | No |
organizational_unit_3 |
| The cardholder third organizational unit | No |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
| The application name that will use the certificate | Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
Peru
Profile | Description | Element |
---|---|---|
Natural person | Software/Smartcard/Token | |
Natural person belonging to an organization | Software/Smartcard/Token | |
Legal entity representative | Software/Smartcard/Token | |
Natural person belonging to a professional association | Software/Smartcard/Token | |
Legal entity for electronic invoicing | Software/Smartcard/Token | |
Legal entity for unassisted signature | Cloud/Software/Smartcard/Toke |
PEPNCiudadano
Certificate of natural person, destined to authentication and digital signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 1] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | PEPNCiudadano | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | No |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
PEPNPerteneciente
Certificate of a natural person belonging to or linked to a company or organization, intended for authentication and digital signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 1] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | PEPNPerteneciente | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | No |
id_document_type | [DNI,CEX,PAS] | The cardholder Id Document Type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_number |
| The cardholder document number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
organization_name |
| The organization name | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
id_responsible_document_type | [DNI,CEX,PAS] | The responsible document type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_responsible_document_country | ISO 3166-1 alpha-2 | The responsible document country | Yes |
id_responsible_document_number |
| The responsible document number | No |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
PEPNRepresentante
Certificate of legal entity representative, intended for authentication and digital signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 1] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | PEPNRepresentante | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | No |
id_document_type | [DNI,CEX,PAS] | The cardholder Id Document Type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_number |
| The cardholder document number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
organization_name |
| The organization name | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
PEPNColegiado
Certificate of a natural person linked to a professional association, destined to authentication and digital signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 1] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | PEPNColegiado | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | No |
id_document_type | [DNI,CEX,PAS] | The cardholder Id Document Type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_number |
| The cardholder document number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
organizational_unit_1 | Colegiado | The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | Yes |
organizational_unit_3 |
| The cardholder third organizational unit | No |
title |
| The cardholder professional title | Yes |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
organization_name |
| The organization name | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
id_responsible_document_type | [DNI,CEX,PAS] | The responsible document type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_responsible_document_country | ISO 3166-1 alpha-2 | The responsible document country | Yes |
id_responsible_document_number |
| The responsible document number | No |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
PEFacturacion
Certificate of legal entity, intended only for electronic invoicing processes.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 1] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | PEFacturacion | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | No |
id_document_type | [DNI,CEX,PAS] | The cardholder Id Document Type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_number |
| The cardholder document number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
title |
| The cardholder professional title | Yes |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
organization_name |
| The organization name | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_city |
| The organization city | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | Yes |
organizational_unit_2 |
| The cardholder second organizational unit | No |
PESElectronico
Certificado de persona jurídica, destinado a procesos de firma desasistidos dentro de una empresa u organización.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [0, 1, 2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | PESElectronico | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
smartcard_sn |
| The smartcard serial number | No |
organization_name |
| The organization name | Yes |
organization_identifier |
| The organization identifier | Yes |
process_application |
| The application name that will use the certificate | Yes |
organization_email |
| The organization email | Yes |
id_document_type | [DNI,CEX,PAS] | The cardholder Id Document Type. DNI – National identity document. CEX - Immigration Card. PAS - Passport. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_number |
| The cardholder document number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
Global
Profile | Description | Element |
---|---|---|
Natural person | Software | |
Natural person | Cloud/Smartcard/Token | |
Electronic seal | Software | |
Electronic seal | Cloud/Smartcard/Token | |
Natural person representative | Cloud | |
Natural person representative | Software/Smartcard/Token |
PFSoftNC
Certificate of a natural person issued on a cryptographic container in P12 format and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the software element. | Yes |
profile | PFSoftNC | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
id_document_number |
| The cardholder document number | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
PFnubeNC
Certificate of a natural person issued in the centralized custody system of Uanataca certificates or on a smartcard or a cryptographic token, and intended for authentication and electronic signature.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [1, 2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | PFnubeNC | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
id_document_number |
| The cardholder document number | No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
SELLOsoftNC
Electronic seal certificate issued in a cryptographic container in P12 format and intended for electronic signature, usually in unassisted processes.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | 0 | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
profile | SELLOsoftNC | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
|
| Yes |
description |
| A description | No |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
SELLOnubeNC
Electronic seal certificate issued in the centralized custody system of Uanataca certificates or on a smartcard or a cryptographic token, and intended for electronic signature, usually in unassisted processes.
Field | Value | Description | Mandatory |
---|---|---|---|
secure_element | [1, 2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. This profile only allows the cloud element. | Yes |
profile | SELLOnubeNC | Represents the profile of the request | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
registration_authority |
| The Registration Authority id | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
serial_number |
| The cardholder serial number | Yes |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
organization_country |
| The organization country | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_name |
| The organization name | Yes |
organizational_unit_1 |
| The cardholder first organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
responsible_serial |
| The responsible serial number | Yes |
responsible_email |
| The responsible email | No |
organization_email |
| The organization email | Yes |
process_application |
| The application name that will use the certificate | Yes |
description |
| A description | Yes |
representation |
| The cardholder legal representation document | Yes |
empowerment |
| The cardholder legal representation level | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_postal_code |
| The organization postal code | No |
REPnubeNC
Certificate of legal entity representative, suitable for the relationship between Spanish or European companies, for the qualified electronic signature, and issued in the centralized custody system of Uanataca certificates.
Field | Value | Description | Mandatory |
---|---|---|---|
registration_authority |
| The Registration Authority id | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
description |
| A description | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
profile | REPnubeNC | Represents the profile of the request | Yes |
secure_element | [2] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
citizen_tax_number |
| The citizen tax number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
sex |
| The cardholder sex | No |
birth_city |
| The cardholder city of residence | No |
birth_province |
| The cardholder province of residence | No |
birth_state |
| The cardholder state of residence | No |
birth_district |
| The cardholder district of residence | No |
birth_canton |
| The cardholder canton code of residence | No |
serial_number |
| The cardholder serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
title |
| The cardholder professional title | No |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organizational_unit_2 |
| The cardholder second organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
fix_phone_number |
|
| No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_name |
| The organization name | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_country |
| The organization country | Yes |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
REPsoftNC
Certificate of legal entity representative, suitable for the relationship between Spanish or European companies, for authentication and electronic signature issued in cryptographic container format P12.
Field | Value | Description | Mandatory |
---|---|---|---|
registration_authority |
| The Registration Authority id | Yes |
organization_identifier |
| The organization identifier | Yes |
organization_email |
| The organization email | Yes |
subscriber_responsible_serial |
| The organization representative document number | No |
empowerment |
| The cardholder legal representation level | Yes |
representation |
| The cardholder legal representation document | Yes |
circumstances |
| The cardholder legal conditions | No |
limit |
| The cardholder ristrict of representation | No |
registration |
| The cardholder representation registry data | No |
description |
| A description | Yes |
scratchcard |
| The scratchcard serial number that will be associated to the Request | Yes |
profile | REPsoftNC | Represents the profile of the request | Yes |
secure_element | [0, 1] | Represents the device where the keys will be enrolled and can assume the values of 0, 1 or 2 that respectively are Software, Smartcard and Cloud. | Yes |
validity_time | [1,3,365,730,1095,1825] | It's the certificate validity expressed in days | Yes |
citizen_tax_number |
| The citizen tax number | No |
given_name |
| The cardholder given name | Yes |
surname_1 |
| The cardholder first surname | Yes |
surname_2 |
| The cardholder second surname | No |
sex |
| The cardholder sex | No |
birth_city |
| The cardholder city of residence | No |
birth_province |
| The cardholder province of residence | No |
birth_state |
| The cardholder state of residence | No |
birth_district |
| The cardholder district of residence | No |
birth_canton |
| The cardholder canton code of residence | No |
serial_number |
| The cardholder serial number | Yes |
id_document_type | [IDC,PAS,PNO,TIN] | The cardholder Id Document Type. IDC - Identification based on national identity card number. PAS - Identification based on passport number. PNO - Identification based on (national) personal number (national civic registration number). TIN - Tax Identification Number according to the European Commission. | Yes |
id_document_country | ISO 3166-1 alpha-2 | The cardholder id document country | Yes |
id_document_description |
| The cardholder document description | No |
id_document_issuer |
| The cardholder document issuer | No |
title |
| The cardholder professional title | No |
organizational_unit_1 |
| The cardholder first organizational unit | No |
organizational_unit_2 |
| The cardholder second organizational unit | No |
| The cardholder email | Yes | |
mobile_phone_number |
| The cardholder mobile phone number | Yes |
fix_phone_number |
|
| No |
residence_address |
| The cardholder address of residence | No |
residence_city |
| The cardholder city of residence | No |
residence_province |
| The cardholder province of residence | No |
residence |
| The cardholder country of residence | No |
residence_postal_code |
| The cardholder postal code of residence | No |
residence_state |
| The cardholder state of residence | No |
residence_district |
| The cardholder district of residence | No |
residence_canton |
| The cardholder canton code of residence | No |
organization_name |
| The organization name | Yes |
responsible_name |
| The name of the organization representative | Yes |
responsible_first_surname |
| The first surname of the organization representative | Yes |
responsible_second_surname |
| The second of the organization representative | No |
organization_address |
| The organization address | No |
organization_city |
| The organization city | No |
organization_province |
| The organization province | No |
organization_country |
| The organization country | Yes |
organization_postal_code |
| The organization postal code | No |
organization_state |
| The organization state | No |
organization_url |
| The organization web url | No |
Postman collection
A postman collection is available as a support for a quick start.
Registration Authority Postman collection download
Postman settings
It is required to add the authentication API certificate provided according to the environment. The certificates are added in:
Postman settings > Certificates > Client certificates
The required fields are:
host
and port
: The endpoint host and port regarding the environment
api.sandbox.uanataca.com in port 443 for sandbox environment
api.uanataca.com in port 443 for production environment
CRT file
: the file containing the public certificate
KEY file
: the file containing the certificate private key