Skip to main content

Identificationdocumenttemplateapiv1

allowAttachmentsboolean

whether there can be attachements for this ID document type, for example, a scanned copy or photograph

documentIdTemplatestring

Description for documentIdTemplate in IdentificationDocumentTemplateApiV1

documentTypestring

the type of ID document, eg. passport, ID card

encodedKeystring

the automatically generated encoded ID for this item

Example: 8a19b7057471f4af017472dc0fd80472
issuingAuthoritystring

the institution who provides this kind of ID document, eg. Driver and Vehicle Licencing Agency

mandatoryForClientsboolean

whether clients must provide this kind of ID when creating an account

Identificationdocumenttemplateapiv1
{
"allowAttachments": true,
"documentIdTemplate": "string",
"documentType": "string",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"issuingAuthority": "string",
"mandatoryForClients": true
}