CompanyInfo
Company registry information
type CompanyInfo {
registrationNumber: String!
name: String
tradeName: String
registrationDate: Date
legalForm: String
vatNumber: String
taxIdentificationNumber: String
businessActivityDescription: String
businessClassificationCode: String
address: AddressInfo
headcount: CompanyHeadcount
forecastYearlyIncome: ForecastYearlyIncome
monthlyPaymentVolume: MonthlyPaymentVolume
regulatoryClassification: RegulatoryClassification
websites: [String!]
ultimateBeneficialOwners: [UltimateBeneficialOwner]
representatives: [OnboardingRepresentative]
}
Fields
CompanyInfo.registrationNumber ● String! non-null scalar
Registration number (e.g., SIREN for France)
CompanyInfo.name ● String scalar
Company legal name
CompanyInfo.tradeName ● String scalar
Trade name (if different from legal name)
CompanyInfo.registrationDate ● Date scalar
Company registration date
CompanyInfo.legalForm ● String scalar
Legal form of the company
CompanyInfo.vatNumber ● String scalar
VAT identification number
CompanyInfo.taxIdentificationNumber ● String scalar
Tax identification number
CompanyInfo.businessActivityDescription ● String scalar
Business activity description
CompanyInfo.businessClassificationCode ● String scalar
Business classification code (NAF code for France)
CompanyInfo.address ● AddressInfo object
Company headquarters address
CompanyInfo.headcount ● CompanyHeadcount enum
The current company headcount
CompanyInfo.forecastYearlyIncome ● ForecastYearlyIncome enum
Forecast yearly income range
CompanyInfo.monthlyPaymentVolume ● MonthlyPaymentVolume enum
Monthly payment volume
CompanyInfo.regulatoryClassification ● RegulatoryClassification enum
Regulatory classification of the company
CompanyInfo.websites ● [String!] list scalar
Company websites
CompanyInfo.ultimateBeneficialOwners ● [UltimateBeneficialOwner] list object
Ultimate beneficial owners
CompanyInfo.representatives ● [OnboardingRepresentative] list union
The list of representatives of the company
Member Of
CompanyAccountHolderOnboarding object ● CompanyInfoRegistryDataSuccessPayload object ● PublicCompanyInfoRegistryDataSuccessPayload object