Skip to main content

Identity

Identity information

type Identity {
id: ID!
firstName: String
lastName: String
address: Address
email: String
phone: String
documentNumber: String
status: IdVerificationStatus
statusMessage: String
statusCode: Int
hasNoPublicActivity: Boolean
nationality: String
citizenship: String
}

Fields

Identity.id ● ID! non-null scalar

Identity ID

Identity.firstName ● String scalar

First name

Identity.lastName ● String scalar

Last name

Identity.address ● Address object

Full address

Identity.email ● String scalar

Email

Identity.phone ● String scalar

Phone number in E.164 format, e.g. +34666777888

Identity.documentNumber ● String scalar

Document number (CIF/NIF)

Identity.status ● IdVerificationStatus enum

Identity verification status

Identity.statusMessage ● String scalar

Identity verification status message

Identity.statusCode ● Int scalar

Identity verification status code

Identity.hasNoPublicActivity ● Boolean scalar

Confirms that representative complies with requirements

Identity.nationality ● String scalar

Nationality, ISO 3166-1 alpha-2 code

Identity.citizenship ● String scalar

Citizenship, ISO 3166-1 alpha-2 code

Returned By

identity query ● updateIdentity mutation