Skip to main content

Audience:

DevelopersOperators

Company onboarding API mapping

Field-by-field mapping from the deprecated company onboarding API to the current one.

Deprecation timeline

This mapping is available until the previous mutations are retired on 31 December 2026.

For current field requirements, see Company onboarding fields.

Field mapping

Use this table to map fields from the deprecated API to the new API.

Account

Deprecated fieldNew field
accountCountryaccountInfo.country
accountNameaccountInfo.name

Account administrator

Deprecated fieldNew field
legalRepresentativePersonalAddress.addressLine1accountAdmin.address.addressLine1
legalRepresentativePersonalAddress.addressLine2accountAdmin.address.addressLine2
legalRepresentativePersonalAddress.cityaccountAdmin.address.city
legalRepresentativePersonalAddress.countryaccountAdmin.address.country
legalRepresentativePersonalAddress.postalCodeaccountAdmin.address.postalCode
legalRepresentativePersonalAddress.stateaccountAdmin.address.state
accountAdmin.birthInfo.birthDate
accountAdmin.birthInfo.city
accountAdmin.birthInfo.country
accountAdmin.birthInfo.postalCode
emailaccountAdmin.email
accountAdmin.firstName
accountAdmin.lastName
accountAdmin.nationality
languageaccountAdmin.preferredLanguage
accountAdmin.taxIdentificationNumber
typeOfRepresentationaccountAdmin.typeOfRepresentation
accountAdmin.unitedStatesTaxInfo.isUnitedStatesPerson
accountAdmin.unitedStatesTaxInfo.unitedStatesTaxIdentificationNumber
accountAdmin.userDeviceInfo.geoloc.lat
accountAdmin.userDeviceInfo.geoloc.lng
accountAdmin.userDeviceInfo.ip
accountAdmin.userDeviceInfo.userAgent

Company

Deprecated fieldNew field
residencyAddress.addressLine1company.address.addressLine1
residencyAddress.addressLine2company.address.addressLine2
residencyAddress.citycompany.address.city
residencyAddress.countrycompany.address.country
residencyAddress.postalCodecompany.address.postalCode
residencyAddress.statecompany.address.state
acquisitionChannelcompany.acquisitionChannel
businessActivityDescriptioncompany.businessActivityDescription
company.businessActivity
company.businessActivityCode
companyTypecompany.companyType
company.forecastYearlyIncome
company.headcount
company.legalFormCode
monthlyPaymentVolumecompany.monthlyPaymentVolume
namecompany.name
company.registrationDate
registrationNumbercompany.registrationNumber
company.regulatoryClassification
company.signupDate
taxIdentificationNumbercompany.taxIdentificationNumber
tradeNamecompany.tradeName
vatNumbercompany.vatNumber
company.websites

The new company.relatedIndividuals array replaces both representatives and individualUltimateBeneficialOwners from the deprecated API.

Deprecated fieldNew field
representatives[i].firstNamecompany.relatedIndividuals[i].firstName
representatives[i].lastNamecompany.relatedIndividuals[i].lastName
representatives[i].gendercompany.relatedIndividuals[i].sex
representatives[i].nationalitycompany.relatedIndividuals[i].nationality
representatives[i].typecompany.relatedIndividuals[i].type
representatives[i].rolescompany.relatedIndividuals[i].legalRepresentative.roles
representatives[i].preferredFirstNamecompany.relatedIndividuals[i].preferredFirstName
company.relatedIndividuals[i].email
representatives[i].residencyAddress.*company.relatedIndividuals[i].address.*
representatives[i].birthDatecompany.relatedIndividuals[i].birthInfo.birthDate
representatives[i].birthCitycompany.relatedIndividuals[i].birthInfo.city
representatives[i].birthCountryCodecompany.relatedIndividuals[i].birthInfo.country
representatives[i].birthCityPostalCodecompany.relatedIndividuals[i].birthInfo.postalCode
individualUltimateBeneficialOwners[i].directcompany.relatedIndividuals[i].ultimateBeneficialOwner.ownership.type
individualUltimateBeneficialOwners[i].indirect(see ownership.type)
individualUltimateBeneficialOwners[i].totalCapitalPercentagecompany.relatedIndividuals[i].ultimateBeneficialOwner.ownership.totalPercentage
company.relatedIndividuals[i].ultimateBeneficialOwner.qualificationType
company.relatedIndividuals[i].ultimateBeneficialOwner.controlTypes
individualUltimateBeneficialOwners[i].identityDocumentDetails.*company.relatedIndividuals[i].ultimateBeneficialOwner.identityDocumentInfo.*

The company.relatedCompanies array replaces entries in the deprecated representatives array where type was Company. The data is restructured as a dedicated top-level field with renamed fields.