Skip to main content

RepresentativeData

Legal representative of a merchant account, used for KYC/AML compliance. Includes the primary representative (signatory) and any additional ultimate beneficial owners (UBOs). Full personal data (name, document, verification status) is exposed via the Identity type, looked up by identityId.

type RepresentativeData {
id: ID
accountId: ID
identityId: ID
main: Boolean
stocksPercentage: Float
}

Fields

RepresentativeData.id ● ID scalar

Representative ID.

RepresentativeData.accountId ● ID scalar

Merchant account this representative belongs to.

RepresentativeData.identityId ● ID scalar

Identity record holding the representative's personal data and verification state.

RepresentativeData.main ● Boolean scalar

Whether this is the primary (signatory) representative for the account. At most one per account.

RepresentativeData.stocksPercentage ● Float scalar

Ownership stake in the business as a percentage (0-100). 100 for individuals/freelancers.

Returned By

representative query

Member Of

RepresentativesConnection object