Create a new digital certificate

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
account_idintegerRequired

ID of the associated account.

certificate_passwordstringRequired

Digital certificate password

certificate_filestringOptional

Base64 encoded PFX file of certificate (Chile)

certificate_keystringOptional

Base64 encoded KEY file of certificate (Mexico)

certificate_cerstringOptional

Base64 encoded CER file of certificate (Mexico)

Response

Digital certificate link successfully generated

account_idintegerOptional

ID of the account associate to the digital certificate

certificate_idstringOptional

ID of the digital certificate link.

certificate_valid_fromstringOptional

The certificate is valid from this date

certificate_valid_tostringOptional

The certificate is valid until this date

certificate_name_internalstringOptional

This is an internal name to be used to identify the certificate

certificate_namestringOptional

This is the person name stored on the certificate

certificate_tax_id_typestringOptional

The type of tax id that is represented by this digital certificate

certificate_tax_id_codestringOptional

The tax id code represented by this digital certificate

Errors