Skip to main content

Identificationdocumenttemplatesconfiguration

Represents the templates for identification documents

idDocumentTemplates object[]

The templates for id documents

  • Array [
  • allowAttachmentsbooleanrequired

    TRUE if a template allows files to be attached, FALSE otherwise.

    documentIdTemplatestringrequired

    The ID template constraint to define the ID number length and format. Templates consist of the characters #, @, and $, where # specifies a number, @ a letter, and $ a number or a letter.

    documentTypestringrequired

    The type of the document. For example, passport.

    idstringrequired

    The unique identifier for the template.

    issuingAuthoritystringrequired

    The authority that issued the document.

    mandatoryForClientsbooleanrequired

    TRUE if a template is mandatory for all the clients, FALSE otherwise.

  • ]
  • Identificationdocumenttemplatesconfiguration
    {
    "idDocumentTemplates": [
    {
    "allowAttachments": true,
    "documentIdTemplate": "string",
    "documentType": "string",
    "id": "string",
    "issuingAuthority": "string",
    "mandatoryForClients": true
    }
    ]
    }