Skip to main content

Retrieving identification results as a PDF

The same getIdentData logic as described in Retrieving Identification Results (JSON) applies here too. The content is basically the same except that a PDF will be returned, and all images/screenshots are included by default.

Requirements

Same as getIdentData, additionally this endpoint must be enabled by IDnow.

Method and URL

[GET] https://customer.identity.tm/api/2.10/getIdentDataPDF/[OrderID]
[GET] https://customer.identity.tm/api/2.10/getIdentDataPDF/[OrderID]/crypt

Variants

VariantDescription
DefaultNormal variant, response as described below
cryptEncrypt response content using AES-256/GCM/NoPadding and a 23 byte long IV prefixed to the encrypted content.

This variant can be used in combination with the other variants.

HTTP Codes

200 OK, PDF in body

400 Bad request, error description in body

401 Authentication failed, please check username and password

404 Order not found

Example Request

[GET] https://customer.identity.tm/api/2.10/getIdentDataPDF/99921269855041

Example Response