Skip to main content

Generating verification PDF

Requirements
  • API key pair
  • scanRef of verification

Verification PDF generation

Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/generate-pdf


Report contains:

  • Verification data
  • Verification status
  • Miscellaneous data
  • AML data
  • LID data
  • Face photo
  • Document photos

Request structure

scanRef | Required: Yes | Type: String

Explanation: A unique string identifying a client verification.

language | Required: No | Type: String

Explanation: Language selection for the generated report.

Possible values: en, lt

Request example

{
"scanRef": "350e2420-8850-11e9-baa5-309c231b1bac"
}

Request example - specified language

{
"scanRef": "350e2420-8850-11e9-baa5-309c231b1bac",
"language": "lt"
}

Response - success

After a successful API call, you will receive a PDF file in Base64 format and a response with a positive 200 status.