Identification
The identification represents an ongoing identification process or its result
type Identification {
id: String!
createdAt: DateTime!
updatedAt: DateTime!
status: SwanIdentificationStatus!
process: IdentificationProcess!
levels: IdentificationLevelStatusesInfo!
documents: [IdentificationDocument!]
identityDocumentType: IdentityDocumentType
}
Fields
Identification.id
● String!
non-null scalar
Unique identifier of the identification
Identification.createdAt
● DateTime!
non-null scalar
Creation date of the identification
Identification.updatedAt
● DateTime!
non-null scalar
Last update date of the identification
Identification.status
● SwanIdentificationStatus!
non-null enum
The global status of the identification
Identification.process
● IdentificationProcess!
non-null enum
The process that was used for this identification
Identification.levels
● IdentificationLevelStatusesInfo!
non-null object
The status and results associated to the available identification processes
Identification.documents
● [IdentificationDocument!]
list union
The available documents related to the identification (id doc, selfie, report...)
Identification.identityDocumentType
● IdentityDocumentType
enum
The identity document type used for the current identification (passport, id card ...)
Member Of
IdentificationEdge
object