latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Person identifications
Retrieve a person identification
Returns a completed person identification (i.e., the person identification process was successful). If you use the include_documents filter, this method will also return the documents submitted by the customer during the identification process.
get/v1/persons/{person_id}/identifications/{id}
Path parameters
person_idstring required
The unique ID of the person resource created for a customer.
Example:dc1a6812a14f6cc338cd084208535bcdcper
idstring required
The unique ID of the identification resource created for a customer.
Example:6dc54352d6793a892e0702850d07b831cidt
Query parameters
include_documentsboolean
Specifies whether this method should include the documents submitted during the identification process in the response.
Response
Successful result of the operation
Example response
{
"id": "9dfe2f4edaa67138be0c0c1cd3a7d849cidt",
"reference": "TST-ELCCJ",
"url": "https://go.test.idnow.de/company_id/identifications/identification_id",
"completed_at": "2021-09-14T18:18:28.000Z",
"method": "idnow",
"proof_of_address_type": "GAS_BILL",
"proof_of_address_issued_at": "2021-12-03",
"language": "EN",
"person_id": "992de312a545bb24a88ddbf57ae8b1ffcper",
"address": {
"line_1": "BERLINER STR. 45",
"line_2": "Erste Etage",
"postal_code": "14169",
"city": "Berlin",
"country": "DE",
"state": "BE"
},
"documents": [
{
"id": "448b75fa1c57eecda41d91c66c22faa6cdoc",
"name": "file1.pdf",
"content_type": "application/json",
"document_type": "KYC_REPORT",
"size": 803580
},
{
"id": "94eb22a9311be9a1fbb698c448b0b337cdoc",
"name": "file2.jpg",
"content_type": "image/jpeg",
"document_type": "SIGNATURE",
"size": 25349
}
],
"iban": "DE11010101010101010100",
"idnow_process_type": "eid"
}