UK required parameters

The API fields shown on this page are relevant to the United Kingdom only. To see the full payload, refer to the Onboard Corporate Customer API Reference.

đŸ“˜

Note

All fields have a maximum limit of 255 characters unless stated otherwise.

Request parameters

PropertyDescriptionRequired
regionThe country or geographic region where the corporate end customer is located and is onboarded. To onboard a UK-based customer, use the UK value.Yes
businessDetailsAn object that contains business details about the corporate customer.Yes
riskAssessmentInfoAn object that contains the risk assessment information.Yes
tagsAn object that contains the tags.No
clientIdThis field contains the Nium client ID about the customer. It's received in the response to the previously executed Onboard Corporate Customer API.
Note: This field is required to reinitiate the KYB process.
Yes *
customerHashIdThis field contains the unique customer identifier generated at the time of the customer creation. It's received in the response to the previously executed Onboard Corporate Customer API.
Note: This field is required to reinitiate the KYB process.
Yes *

Table entity API fields

The below object table columns apply to the following entity types:

  • ASSOCIATION
  • GOVERNMENT_ENTITY
  • LIMITED_LIABILITY_PARTNERSHIP
  • PRIVATE_COMPANY
  • PUBLIC_COMPANY
  • SOLE_TRADER
  • TRUST
  • UNINCORP_PARTNERSHIP
  • OTHERS

businessDetails object

An object that contains business details about the corporate customer.

PropertyDescriptionRequired
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.No
businessNameThe name a corporate customer is registered under.Yes
businessRegistrationNumberThe business registration number.Yes
tradeNameIn case the corporate customer is doing business under a different name than their licensed business name.
Note: This is required for all entity types except SOLE_TRADER.
Yes *
websiteThe corporate customer's website.No
businessTypeThe legal entity type of the business. Use Fetch corporate constants API for a valid set of values.Yes
legalDetailsAn object that contains the legal details.Yes
addressesAn object that contains the registered and business addresses of the corporate customer.Yes
documentDetailsAn array of objects that contains the business documents.
Note: This is required per UK required documents.
Yes *
stakeholdersAn array of objects that contains the individual and corporate stakeholders about the corporate customer.Yes
applicantDetailsAn object that contains the applicant's details.Yes
additionalInfoAn object that contains additional information about the business.No

legalDetails object

An object within the businessDetails object that contains legal details.

PropertyDescriptionRequired
registeredDateThe date the business was registered entered in the YYYY-MM-DD format. Registered date cannot be future date.Yes
registeredCountryThe country where the business is registered. Use Fetch corporate constants API for a valid set of values.Yes

addresses object

An object within the businessDetails object that contains registered and business addresses.

PropertyDescriptionRequired
registeredAddressAn object that contains the address where the business is registered.Yes
businessAddressAn object that contains the address where the business is mainly conducted, if different than the registered address.
Note: This is required if isSameBusinessAddress=No
Yes *

registeredAddress object

An object within the businessDetails.address object that contains the address details where the corporate customer is registered.

PropertyDescriptionRequired
addressLine1The first address line of the registered business.Yes
addressLine2The second address line of the registered business.No
cityThe city where the corporate customer is registered.No
stateThe state where the corporate customer is registered.No
countryThe country where the corporate customer is registered. Use Fetch corporate constants API for a valid set of values.Yes
postcodeThe postal code where the corporate customer is registered.Yes

businessAddress object

An object within the businessDetails.address object that contains the address details about the principal place of business only when the registered address is different.

PropertyDescriptionRequired
addressLine1The first address line of the principal place of business if different than the registered business.
* Note: This is required if isSameBusinessAddress = No.
Yes *
addressLine2The second address line of the principal place of business if different than the registered business.No
cityThe city of the principal place of business if different than the registered address.No
stateThe state of the principal place of business if different than the registered address.No
countryThe country where the principal place of business occurs if different than the registered country. Use Fetch corporate constants API for a valid set of values.
* This is required if isSameBusinessAddress = No.
Yes *
postcodeThe postal code where the principal place of business occurs if different than the registered address.
* Note: This is required if isSameBusinessAddress = No.
Yes *

documentDetails array

An array of objects within the businessDetails object that contains one or more business documents.

* This object is required if either of the following are true:

  • Manual KYB is used.
  • eKYB is used and businessDetails.businessType is one of the following:
    • LIMITED_LIABILITY_PARTNERSHIP
    • TRUST
    • UNICORP_PARTNERSHIP
PropertyDescriptionRequired
documentTypeThe type of business document. Use Fetch corporate constants API for a valid set of values.Yes *
documentAn array of object that contains a copy of the document.Yes *

document object

An array of objects within the businessDetails.documentDetails object.

PropertyDescriptionRequired
fileNameThe name of the file.Yes *
fileTypeThe type of the file. Valid types are application/pdf, image/jpeg, image/jpg, image/png, jpeg, jpg, and png.Yes *
documentThe file as a base64 encoded string.Yes *

stakeholders object

An array of objects within the businessDetails object that contains information about one or many stakeholders.

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

PropertyDescriptionRequired
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.No
stakeholderDetailsAn object that contains the details of the individual stakeholder.Yes
businessPartnerAn object that contains the details of the corporate stakeholder. Required if a corporate stakeholder exists.Yes

stakeholderDetails object

An object within the stakeholders object that contains the details of an individual stakeholder.

PropertyDescriptionRequired
kycModeThe KYC mode for verifying the individual stakeholder. Valid values are E_KYC and MANUAL_KYC. The kycMode is required only when the position of the individual stakeholder is UBO, DIRECTOR, TRUSTEE, PARTNER, or MEMBER and can be ignored for other positions.Yes
firstNameThe first name of the individual stakeholder.Yes
middleNameThe middle name of the individual stakeholder.No
lastNameThe last name of the individual stakeholder.Yes
nationalityThe nationality of the individual stakeholder.Yes
dateOfBirthThe date the individual stakeholder was born in the YYYY-MM-DD format. Date of birth cannot be a past date.Yes
professionalDetailsThe professional details of the individual stakeholder. This field is an array.Yes
addressAn object that contains the residential address of the individual stakeholder.Yes
contactDetailsAn object that contains the contact details of the individual stakeholder.No
documentDetailsAn object that contains the document details of the individual stakeholder.
Note: This is required if kycMode = MANUAL_KYC.
Yes *

professionalDetails object

An array of object within the businessDetails.stakeholders.stakeholderDetails object that contains the individual stakeholder's professional details.

PropertyDescriptionBusiness entity type
positionThe position of the individual stakeholder. Use Fetch corporate constants API for a valid set of values.Required
sharePercentageThe share percentage of the individual stakeholder in the company.
Note: If the stakeholder’s position is UBO, then the share percentage is a required input parameter.
Yes *

address object

An object within the businessDetails.stakeholders.stakeholderDetails object that contains the individual stakeholder's residential address.

PropertyDescriptionRequired
addressLine1The first address line of the individual stakeholder.Yes
addressLine2The second address line of the individual stakeholder.No
cityThe city or suburb of the individual stakeholder.No
stateThe state of the individual stakeholder.No
countryThe country where the individual stakeholder resides. Use Fetch corporate constants API for a valid set of values.Yes
postcodeThe postal code of the individual stakeholder.Yes

contactDetails object

An optional object within the businessDetails.stakeholders.stakeholderDetails object that contains the stakeholder's contact information.

PropertyDescriptionRequired
emailThe individual stakeholder's email address.No
contactNoThe contact phone number of the individual stakeholder.No

documentDetails object

An array of objects within the businessDetails.stakeholders.stakeholderDetails object that contains the individual stakeholder's document details.

* This object is required if kycMode = MANUAL_KYC.

PropertyDescriptionRequired
documentTypeThe type of document. Use Fetch corporate constants API for a valid set of values.Yes *
documentNumberThe ID number for the given document type.Yes *
documentIssuanceCountryThe country that issued the business document, specified in the ISO 3166 format. This field is required if documentType = PASSPORT or DRIVER_LICENCE or NATIONAL_ID.Yes *
documentExpiryDateThe date the document expires in the YYYY-MM-DD format. This is required if documentType is PASSPORT or DRIVER_LICENCE.Expiry date cannot be a past date.Yes *
documentAn object that contains the document copy.Yes *

document object

An array of objects within the businessDetails.stakeholders.stakeholderDetails.documentDetails object that contains a copy of the individual stakeholder's document.

PropertyDescriptionRequired
fileNameThe name of the file.Yes *
fileTypeThe file type. Valid types are application/pdf, image/jpeg, image/jpg, image/png, jpeg, jpg, and png.Yes *
documentThe document saved as a base64 encoded string.Yes *

businessPartner

An object within the businessDetails.stakeholders object that contains the business details about the corporate stakeholder.

* This object is required if a corporate stakeholder exists.

PropertyDescriptionRequired
businessNameThe registered business name of the corporate stakeholder.Yes
businessRegistrationNumberThe business registration number.Yes
businessEntityTypeThe position of the corporate stakeholder in the company. Use Fetch corporate constants API for a valid set of values.Yes
sharePercentageThe share percentage of the corporate stakeholder in the company.
Note: If the stakeholder’s position is UBO, then the share percentage is a required input parameter.
Yes *
legalDetailsAn object that contains the legal details of the corporate stakeholder.Yes

legalDetails object

An object within the businessDetails.stakeholders.businessPartner object that contains the corporate stakeholder's legal details.

PropertyDescriptionRequired
registeredCountryThe country where the corporate stakeholder is registered, specified in the ISO 3166 format.Yes

applicantDetails object

An object within the businessDetails object that contains details about the applicant.

PropertyDescriptionRequired
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.No
kycModeThe KYC mode for verifying the identity of the applicant. The only valid value is E_DOC_VERIFY.Yes
firstNameThe first name of the applicant. The maximum length is 40 characters or spaces.Yes
middleNameThe middle name of the applicant. The maximum length is 40 characters or spaces.No
lastNameThe last name or the applicant. The maximum length is 40 characters or spaces.Yes
nationalityNationality of the applicant. Use Fetch corporate constants API for valid values.Yes
dateOfBirthThe date on which the applicant was born in the YYYY-MM-DD format. Date of birth cannot be a future date. Applicant age should be less than 18 yrs.Yes
professionalDetailsAn array of object that contains the professional details of the applicant.Yes
addressAn object that contains the address of the applicant.Yes
contactDetailsAn object that contains the contact details of the applicant.Yes
documentDetailsAn object that contains the document details of the applicant.Yes

professionalDetails object

An array of object within the businessDetails.applicantDetails object that contains the professional details about the applicant.

PropertyDescriptionRequired
positionThe position of the applicant. Use Fetch corporate constants API for a valid set of values.Yes
sharePercentageThe share percentage of the applicant in the company.
Note: If the applicant's position is UBO, then the share percentage is a required input parameter.
Yes *

address object

An object within the businessDetails.applicantDetails object that contains the applicant's residential address.

PropertyDescriptionRequired
addressLine1The first address line of the applicant. The maximum character length is 40.Yes
addressLine2The second address line of the applicant. The maximum character length is 40.No
cityThe city of the applicant. The maximum character length is 20.Yes
stateThe state of the applicant. The maximum character length is 30.No
countryThe country where the applicant resides, specified in the ISO 3166 format.Yes
postcodeThe postal code of the applicant. The minimum length is 3 and the maximum length is 10 alphanumeric characters or spaces. For UK postcodes, use the SW4 6EH format.Yes

contactDetails object

An object within the businessDetails.applicantDetails object that contains the applicant's contact information.

PropertyDescriptionRequired
emailThe applicant's email address. The maximum character length is 40 and needs to be a valid email address. See Email regexYes
countryCode.The country code of the applicant's phone number.Yes
contactNoThe applicant's phone number. The maximum length is 20 numeric characters.Yes

documentDetails object

An array of objects within the businessDetails.applicantDetails object that contains the applicant's document information.

PropertyDescriptionRequired
documentTypeThe type of document. Use Fetch corporate constants API for a valid set of values.Yes
documentNumberThe ID number for the given document type.Yes
documentIssuanceCountryThe country that issued the business document, specified in the ISO 3166 format.
Note: This is required if documentType = PASSPORT or NATIONAL_ID or DRIVER_LICENCE.
Yes *
documentExpiryDateThe date the passport or driver's license expires in the YYYY-MM-DD format. Expiry date cannot be a past date.Yes *
documentAn array of objects that contains a copy of the document.
Note: This is required for POWER_OF_ATTORNEY. See UK required documents for the valid set of required fields.
Yes *
additionalDetailsAn object that contains additional information about the applicant.No

document object

An array of objects within the businessDetails.applicantDetails.documentDetails object that contains the document copy.

See UK required documents for the valid set of required fields.

* This object is required for POWER_OF_ATTORNEY.

PropertyDescriptionRequired
fileNameThe name of the file.Yes *
fileTypeThe file type. Valid types are application/pdf, image/jpeg, image/jpg, image/png, jpeg, jpg, and png.Yes *
documentThe document saved as a base64 encoded string.Yes *

additionalInfo object

An object within the businessDetails object that contains additional information about the business.

PropertyDescriptionRequired
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.
Note: This is required if Yes; it's optional if No.
No
searchIdThis field is required for eKYB and is returned in the response of the Exhaustive Corporate Details using Business ID API.No

riskAssessmentInfo object

An object that contains the following details which are required to determine a corporate customer's risk profile.

PropertyDescriptionRequired
totalEmployeesThe corporate customer's total number of employees. Use Fetch Corporate Constants API for a valid set of values.Yes
annualTurnoverThe corporate customer's amount of annual turnover. Use Fetch Corporate Constants API for a valid set of values.Yes
industrySectorThe corporate customer's industry sector. Use Fetch Corporate Constants API for a valid set of values.Yes
countryOfOperationAn array of countries the corporate customer operates in, specified in the ISO 3166 format.Yes
travelRestrictedCountryIf the customer is an Online Travel Agency (OTA) and facilitates travel service to any travel-restricted country, then this field is Yes; otherwise, it's No.
Note: This field is applicable when JPMC Virtual Account is offered to the client.
Yes *
restrictedCountriesThis field is optional. If the OTA customer is facilitating travel to any of the restricted countries, send the list of those countries. See Fetch Corporate Constants API for the list of restricted countries.
Note: This field is applicable when travelRestrictedCountry = Yes. This field is an array.
Yes *
ofacLicencePresentIf the OTA customer has an OFAC license, send Yes; otherwise, send No.
Note: This field is applicable when travelRestrictedCountry = Yes.
Yes *
transactionCountriesAn array of countries where the transactions occur, specified in the ISO 3166 format.Yes
intendedUseOfAccountThe customer's intended use of the account. Use Fetch Corporate Constants API for a valid set of values.Yes

tags object

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

PropertyDescriptionRequired
keyThe name of the tag. The maximum character length is 128. Key should be unique.No
valueThe value of the tag. The maximum character length is 256.No