Representative
Legal representative or beneficial owner of the merchant business.
type Representative {
firstName: String
lastName: String
address: Address
email: String
phone: String
documentNumber: String
stocksPercentage: Float
status: IdVerificationStatus
statusMessage: String
statusCode: Int
hasNoPublicActivity: Boolean
nationality: String
citizenship: String
}
Fields
Representative.firstName ● String scalar
First name.
Representative.lastName ● String scalar
Last name.
Representative.address ● Address object
Postal address.
Representative.email ● String scalar
Email address.
Representative.phone ● String scalar
Phone in E.164 format, e.g. +34666777888.
Representative.documentNumber ● String scalar
Tax/identity document number (regional examples: NIF/NIE for Spain, VAT ID for EU companies).
Representative.stocksPercentage ● Float scalar
Ownership percentage (100 for individual or freelancer).
Representative.status ● IdVerificationStatus enum
Identity verification status.
Representative.statusMessage ● String scalar
Free-form message returned by the verification provider.
Representative.statusCode ● Int scalar
Status code returned by the verification provider.
Representative.hasNoPublicActivity ● Boolean scalar
Self-declaration that the representative is not a Politically Exposed Person.
Representative.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.
Representative.citizenship ● String scalar
Country of legal citizenship (ISO 3166-1 alpha-2). May differ from nationality for dual citizens or naturalized citizens.
Member Of
Account object