Skip to main content

IdentityInput

Legal identity input

input IdentityInput {
firstName: String
lastName: String
address: AddressInput
email: String
phone: String
documentNumber: String
hasNoPublicActivity: Boolean
nationality: String
citizenship: String
}

Fields

IdentityInput.firstName ● String scalar

IdentityInput.lastName ● String scalar

Last name

IdentityInput.address ● AddressInput input

Address

IdentityInput.email ● String scalar

Email

IdentityInput.phone ● String scalar

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

IdentityInput.documentNumber ● String scalar

Document number (DNI/NIE)

IdentityInput.hasNoPublicActivity ● Boolean scalar

Confirms that the representative is not a PEP (Politically Exposed Person)

IdentityInput.nationality ● String scalar

Nationality, ISO 3166-1 alpha-2 code

IdentityInput.citizenship ● String scalar

Citizenship, ISO 3166-1 alpha-2 code

Member Of

SetupAccountInput input