US required fields

📘

NOTE

The API fields shown on this page are relevant to the United States only.
To see the full payload, see API Reference.

📘

NOTE

Throughout this page, the Other entities columns include:

  • Corporations
  • Estates
  • General partnerships
  • Limited liability companies (LLC)
  • Limited liability partnership firms
  • Limited partnerships
  • Sole trader
  • Unincorporated associations

Request parameters

PropertyDescriptionType
regionThe country or geographic region where the end-corporate customer is located and is onboarded. To onboard a US-based customer, use the US value.Required
businessDetailsAn object that accepts business details about the corporate customer.Required
riskAssessmentInfoAn object for the risk assessment information.Required
tagsAn object for the tags.Optional
clientIdThis field accepts the Nium client Id of the customer. It is received in the response of the previously executed Onboard Corporate Customer API. It's required only to re-initiate the KYB process.Optional
customerHashIdThis field accepts the unique customer identifier generated at the time of customer creation. It is received in the response of the previously executed Onboard Corporate Customer API. It's required only to re-initiate the KYB process.Optional

businessDetails object

An object that accepts business details about the corporate customer.

PropertyDescriptionPublic companiesTrustsOther entities
referenceIdThe universally unique identifier (UUID) of the business entity that Nium uses to identify the businessDetails entity. If it's not provided, Nium generates one. The UUID is used to respond to a request for information (RFI) or to upload required documents for the business entity.OptionalOptionalOptional
businessNameThe name a corporate customer is registered under.RequiredRequiredRequired
businessRegistrationNumberThe business registration number. For US customers, pass the employer identification number.RequiredRequiredRequired
tradeNameIf the corporate customer is doing business under a different name than their licensed business name.OptionalOptionalOptional
businessTypeThe legal entity type of the business. See Enum values for a valid set of values.RequiredRequiredRequired
stockSymbolThe publicly traded stock or ticker symbol of the business.OptionalN/AN/A
legalDetailsAn object for the legal details.RequiredRequiredRequired
regulatoryDetailsAn object for the regulatory details.N/ARequiredN/A
addressAn object for the registered and business address of the corporate customer.RequiredRequiredRequired
documentDetailsAn object for the business documentsRequiredRequiredRequired
stakeholdersAn object for the individual and corporate stakeholders of the corporate customer.RequiredRequiredRequired
applicantDetailsAn object for the applicant details.RequiredRequiredRequired
additionalInfoAn object for additional information of the business.OptionalOptionalOptional

legalDetails object

An object within the businessDetails object to accept legal details.

PropertyDescriptionPublic companiesTrustsOther entities
registeredDateThe date the business was registered entered in yyyy-mm-dd format.RequiredRequiredRequired
registeredCountryThe country where the business is registered, specified in ISO 3166 format.RequiredRequiredRequired

regulatoryDetails object

An object within the businessDetails object to accept the regulatory status of the client.

PropertyDescriptionPublic companiesTrustsOther entities
unregulatedTrustTypeThe array of one or more unregulated trust types. See Enum values for a valid set of values.N/ARequiredN/A

address object

An object within the businessDetails object to accept registered and business addresses.

PropertyDescriptionPublic companiesTrustsOther entities
registeredAddressAn object for the address where the business is registered.RequiredRequiredRequired
businessAddressAn object for the address where the business is mainly conducted, if different than the registered address.OptionalOptionalOptional

registeredAddress object

An object within the businessDetails.address object to accept the address details where the corporate customer is registered.

PropertyDescriptionPublic companiesTrustsOther entities
addressLine1The first address line of the registered business.RequiredRequiredRequired
addressLine2The second address line of the registered business.OptionalOptionalOptional
cityThe city where the corporate customer is registered.RequiredRequiredRequired
stateThe state where the corporate customer is registered.RequiredRequiredRequired
countryThe country where the corporate customer is registered, specified in ISO 3166 format.RequiredRequiredRequired
postcodeThe postal code where the corporate customer is registered.RequiredRequiredRequired

businessAddress object

An object within the businessDetails.address object to accept the address details of the principal place of business only when the registered address is different.

📘

NOTE

Use these fields only if the principal place of business is different than the registered address.
These fields are required only if isSameBusinessAddress = NO.

PropertyDescriptionPublic companiesTrustsOther entities
addressLine1The first address line of the principal place of business if different than the registered business.ConditionalConditionalConditional
addressLine2The second address line of the principal place of business if different than the registered business.OptionalOptionalOptional
cityThe city of the principal place of business if different than the registered address.ConditionalConditionalConditional
stateThe state of the principal place of business if different than the registered address.ConditionalConditionalConditional
countryThe country where the principal place of business occurs if different than the registered country, specified in ISO 3166 format.ConditionalConditionalConditional
postcodeThe postal code where the principal place of business occurs if different than the registered address.ConditionalConditionalConditional

documentDetails object

An object within the businessDetails object to accept one or more business documents.

PropertyDescriptionPublic companiesTrustsOther entities
documentTypeThe type of business document. See Enum values for a valid set of values.RequiredRequiredRequired
documentAn object for a copy of the document.RequiredRequiredRequired

document object

A required object within the businessDetails.documentDetails object.

PropertyDescriptionPublic companiesTrustsOther entities
fileNameThe name of the file.RequiredRequiredRequired
fileTypeThe type of the file.RequiredRequiredRequired
documentThe file as a base64 encoded string.RequiredRequiredRequired

stakeholders object

An object within the businessDetails object to accept one or many stakeholders' information.

For every stakeholder object, send either the stakeholderDetails or the businessPartner parameters.

PropertyDescriptionPublic companiesTrustsOther entities
referenceIdThe universal unique identifier (UUID) associated with the stakeholder and stakeholder object. If the UUID isn't provided, Nium generates one. The UUID can be used to respond to an RFI or to upload the required documents.OptionalOptionalOptional
stakeholderDetailsAn object for the details of the individual stakeholder.RequiredRequiredRequired
businessPartnerAn object for the details of the corporate stakeholder, if available.RequiredRequiredRequired

stakeholderDetails object

A required object within the stakeholders object for the details of an individual stakeholder.

PropertyDescriptionPublic companiesTrustsOther entities
kycModeThe KYC mode for verifying the individual stakeholder. Applicable values are E_KYC and MANUAL_KYC.RequiredRequiredRequired
firstNameThe first name of the individual stakeholder.RequiredRequiredRequired
middleNameThe middle name of the individual stakeholder.OptionalOptionalOptional
lastNameThe surname of the individual stakeholder.RequiredRequiredRequired
nationalityThe nationality of the individual stakeholder.RequiredRequiredRequired
dateOfBirthThe date the individual stakeholder was born in the yyyy-MM-dd format.RequiredRequiredRequired
professionalDetailsThe professional details of the individual stakeholder.RequiredRequiredRequired
addressAn object for the residential address of the individual stakeholder.RequiredRequiredRequired
contactDetailsAn object for the contact details of the individual stakeholder.OptionalOptionalOptional
documentDetailsAn object for the document details of the individual stakeholder.RequiredRequiredRequired

professionalDetails object

A required object within the businessDetails.stakeholders.stakeholderDetails object for the individual stakeholder's professional details.

PropertyDescriptionPublic companiesTrustsOther entities
positionThe position of the individual stakeholder.
At least one of the individual stakeholders should have a position as CONTROL_PRONG. See Enum values for a valid set of values.
RequiredRequiredRequired
sharePercentageThe share percentage of the individual stakeholder in the company.
If the individual stakeholder’s position is ULTIMATE_BENEFICIAL_OWNER, then the share percentage is a required input parameter.
ConditionalConditionalConditional

address object

A required object within the businessDetails.stakeholders.stakeholderDetails object for the individual stakeholder's residential address.

PropertyDescriptionPublic companiesTrustsOther entities
addressLine1The first address line of the individual stakeholder.RequiredRequiredRequired
addressLine2The second address line of the individual stakeholder.OptionalOptionalOptional
cityThe city or suburb of the individual stakeholder.RequiredRequiredRequired
stateThe state of the individual stakeholder.RequiredRequiredRequired
countryThe country where the individual stakeholder resides, specified in ISO 3166 format.RequiredRequiredRequired
postcodeThe postal code of the individual stakeholder.RequiredRequiredRequired

contactDetails object

An optional object within the businessDetails.stakeholders.stakeholderDetails object for the individual stakeholder's contact information.

PropertyDescriptionPublic companiesTrustsOther entities
emailThe individual stakeholder's email address.OptionalOptionalOptional
contactNoThe contact phone number of the individual stakeholder.OptionalOptionalOptional

documentDetails object

A required object within the businessDetails.stakeholders.stakeholderDetails object for the individual stakeholder's document details.

PropertyDescriptionPublic companiesTrustsOther entities
documentTypeThe type of document. See enum Values for a valid set of values.RequiredRequiredRequired
documentNumberThe ID number for the given document type.RequiredRequiredRequired

businessPartner

If there is a corporate stakeholder, this is a required object within the businessDetails.stakeholders object with the business details of the corporate stakeholder.

PropertyDescriptionPublic companiesTrustsOther entities
businessNameThe registered business name of the corporate stakeholder.RequiredRequiredRequired
businessRegistrationNumberThe business registration number.RequiredRequiredRequired
businessEntityTypeThe position of the corporate stakeholder in the company. See Enum values for a valid set of values.RequiredRequiredRequired
sharePercentageThe share percentage of the corporate stakeholder in the company.
If the corporate stakeholder’s position is ULTIMATE_BENEFICIAL_OWNER, then the share percentage is a required input parameter.
ConditionalConditionalConditional
legalDetailsAn object for the legal details of the corporate stakeholder.RequiredRequiredRequired

legalDetails object

A required object within the businessDetails.stakeholders.businessPartner object for the corporate stakeholder's legal details.

PropertyDescriptionPublic companiesTrustsOther entities
registeredCountryThe country where the corporate stakeholder is registered, specified in ISO 3166 format.RequiredRequiredRequired

applicantDetails object

A required object within the businessDetails object that contains details about the applicant.

PropertyDescriptionPublic companiesTrustsOther entities
referenceIdThe universally unique identifier (UUID) associated with the applicant and applicant object. If the UUID isn't provided, Nium generates one. The UUID can be used to respond to an RFI or to upload required documents.OptionalOptionalOptional
kycModeThe KYC mode for verifying the identity of the applicant. Applicable values are E_KYC and MANUAL_KYC.RequiredRequiredRequired
firstNameThe first name of the applicant. Maximum character length is 40.RequiredRequiredRequired
middleNameThe middle name of the applicant. Maximum character length is 40.OptionalOptionalOptional
lastNameThe surname or the applicant. Maximum character length is 40.RequiredRequiredRequired
nationalityNationality of the applicant.RequiredRequiredRequired
dateOfBirthThe date on which the applicant was born in yyyy-MM-dd format.RequiredRequiredRequired
professionalDetailsAn object for the professional details of the applicant.RequiredRequiredRequired
addressAn object for the address of the applicant.RequiredRequiredRequired
contactDetailsAn object for the contact details of the applicant.RequiredRequiredRequired
documentDetailsAn object for the document details of the applicant.RequiredRequiredRequired

professionalDetails object

A required object within the businessDetails.applicantDetails object for the professional details of the applicant.

PropertyDescriptionPublic companiesTrustsOther entities
positionThe position of the applicant. See Enum values for a valid set of values.RequiredRequiredRequired
sharePercentageThe share percentage of the applicant in the company.
If the applicant's position is ULTIMATE_BENEFICIAL_OWNER, then the share percentage is a required input parameter.
ConditionalConditionalConditional

address object

A required object within the businessDetails.applicantDetails object for the applicant's residential address.

PropertyDescriptionPublic companiesTrustsOther entities
addressLine1The first address line of the applicant. Maximum character length is 40.RequiredRequiredRequired
addressLine2The second address line of the applicant. Maximum character length is 40.OptionalOptionalOptional
cityThe city of the applicant. Maximum character length is 50.RequiredRequiredRequired
stateThe state of the applicant. Maximum character length is 50.RequiredRequiredRequired
countryThe country where the applicant resides, specified in ISO 3166 format.RequiredRequiredRequired
postcodeThe postal code of the applicant. The character length minimum is 3 and maximum is 10.RequiredRequiredRequired

contactDetails object

A required object within the businessDetails.applicantDetails object for the applicant's contact information.

PropertyDescriptionPublic companiesTrustsOther entities
emailThe applicant's email address. Maximum character length is 40.RequiredRequiredRequired
countryCode.The country code of the applicant's phone number.RequiredRequiredRequired
contactNoThe applicant's phone number. Maximum character length is 20.RequiredRequiredRequired

documentDetails object

A required object within the businessDetails.applicantDetails object for the applicant's document information.

PropertyDescriptionPublic companiesTrustsOther entities
documentTypeThe type of document. See Enum values for a valid set of values.RequiredRequiredRequired
documentNumberThe ID number for the given document type.RequiredRequiredRequired
documentAn object for the copy of the document.RequiredRequiredRequired

document object

Applicable only for trusts. A required object within the businessDetails.applicantDetails.documentDetails object for the document copy.

PropertyDescriptionPublic companiesTrustsOther entities
fileNameThe name of the file.N/ARequiredN/A
fileTypeThe file type.N/ARequiredN/A
documentThe document saved as a base64 encoded string.N/ARequiredN/A

additionalInfo object

This object contains additional information about the business.

PropertyDescriptionPublic companiesTrustsOther entities
isSameBusinessAddressThis field accepts Yes or No to indicate if the principal place of business is the same or different from the registered business entity address.OptionalOptionalOptional

riskAssessmentInfo object

The following are the details required to determine a Risk profile.

PropertyDescriptionPublic companiesTrustsOther entities
totalEmployeesThe corporate customer's total number of employees. See Enum values for valid values.RequiredRequiredRequired
annualTurnoverThe corporate customer's amount of annual employee turnover.
See Enum values for valid values.
RequiredRequiredRequired
industrySectorThe corporate customer's industry sector.
See Enum values for valid values.
RequiredRequiredRequired
countryOfOperationThe country the corporate customer operates in, specified in ISO 3166 format.RequiredRequiredRequired
transactionCountriesThe array of countries where the transactions occur, specified in ISO 3166 format.RequiredRequiredRequired
intendedUseOfAccountThe customer's intended use of the account. See Enum values for valid values.RequiredRequiredRequired

tags object

This object contains the user-defined key-value pairs that the client provides. The maximum number of tags is 15.

PropertyDescriptionPublic companiesTrustsOther entities
keyThe name of the tag. The maximum character length is 128.OptionalOptionalOptional
valueThe value of the tag. The maximum character length is 256.OptionalOptionalOptional