Saltar al contenido principal

IdentityInput

Identity payload for the account holder when no separate representative is provided.

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​

First name.

IdentityInput.lastName ● String scalar​

Last name.

IdentityInput.address ● AddressInput input​

Postal address.

IdentityInput.email ● String scalar​

Email address.

IdentityInput.phone ● String scalar​

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

IdentityInput.documentNumber ● String scalar​

Identity document number (regional examples: DNI/NIE for Spain).

IdentityInput.hasNoPublicActivity ● Boolean scalar​

Self-declaration that the holder is not a Politically Exposed Person.

IdentityInput.nationality ● String scalar​

Country of nationality (ISO 3166-1 alpha-2). Country of origin/birth; may differ from citizenship for dual citizens or naturalized citizens.

IdentityInput.citizenship ● String scalar​

Country of legal citizenship (ISO 3166-1 alpha-2). May differ from nationality for dual citizens or naturalized citizens.

Member Of​

SetupAccountInput input