UK request examples
To onboard your entity, you can call the Onboard Corporate Customer API. For an example call that you can customize with your information, see below.
Private companies
The following is an API request example call where businessType = PRIVATE_COMPANY
.
{
"region": "UK",
"businessDetails": {
"businessName": "Bradsons Electronics23",
"businessRegistrationNumber": "239854510000116",
"businessType": "PRIVATE_COMPANY",
"tradeName":"Bradsons Electronics",
"website":"www.brandsonelectronics.co.uk",
"addresses": {
"registeredAddress": {
"addressLine1": "1 ANGEL COURT, 23RD AVENUE",
"city": "LONDON",
"country": "GB",
"postcode": "EC2R 7AG"
}
},
"legalDetails": {
"registeredCountry": "GB",
"registeredDate": "1999-01-02"
},
"documentDetails": [
{
"documentType": "BUSINESS_REGISTRATION_DOC",
"document": [
{
"document": "<Base64 Encoded Document>",
"fileName": "BRD.pdf",
"fileType": "application/pdf"
}
]
}
],
"stakeholders": [
{
"stakeholderDetails": {
"kycMode": "E_KYC",
"firstName": "Bradson",
"middleName": "J",
"lastName": "Chan",
"dateOfBirth": "1980-01-17",
"nationality": "GB",
"professionalDetails": [
{
"position": "UBO",
"sharePercentage": "5"
}
],
"address": {
"addressLine1": "High Street 303, 24th Street",
"addressLine2": "Bradford Avenue",
"city": "London",
"country": "GB",
"postcode": "28046"
},
"contactDetails": {
"contactNo": "691668879",
"countryCode": "GB",
"email": "[email protected]"
},
"documentDetails": [
{
"documentExpiryDate": "2023-09-10",
"documentIssuanceCountry": "GB",
"documentNumber": "123456009",
"documentType": "PASSPORT",
"document": [
{
"document": "<Base64 Encoded Document>",
"fileName": "passport.pdf",
"fileType": "application/pdf"
}
]
}
]
}
}
,
{
"stakeholderDetails": {
"kycMode": "E_KYC",
"firstName": "BRAD",
"lastName": "PITT",
"middleName": "C",
"nationality": "GB",
"dateOfBirth": "1985-03-15",
"professionalDetails": [
{
"position": "DIRECTOR"
}
],
"address": {
"addressLine1": "High Street 202",
"addressLine2": "56th Avenue",
"city": "London",
"country": "GB",
"postcode": "L1 8JQ"
},
"contactDetails": {
"contactNo": "500668880",
"countryCode": "GB",
"email": "[email protected]"
}
}
},
{
"referenceId": "006ebeeb-3ede-4f49-8381-1e382334131c",
"businessPartner": {
"legalDetails": {
"registeredCountry": "FR"
},
"businessEntityType": "SHAREHOLDER",
"businessName": "JumaTECH LIMITED",
"businessRegistrationNumber": "JM22843822"
}
}
],
"applicantDetails": {
"kycMode": "E_DOC_VERIFY",
"firstName": "BRAD",
"lastName": "LEONG",
"middleName": "C",
"nationality": "GB",
"dateOfBirth": "1985-03-15",
"professionalDetails": [
{
"position": "DIRECTOR"
}
],
"address": {
"addressLine1": "High Street 202",
"addressLine2": "56th Avenue",
"city": "London",
"country": "GB",
"postcode": "L1 8JQ"
},
"contactDetails": {
"contactNo": "500668880",
"countryCode": "GB",
"email": "[email protected]"
}
},
"additionalInfo": {
"isSameBusinessAddress": "Yes",
"searchId": "h424ad60-1980-wejk-bf27-6crwkce95302d"
}
},
"riskAssessmentInfo": {
"countryOfOperation": [
"HK",
"IN",
"US"
],
"transactionCountries": [
"SG",
"AU",
"FR"
],
"annualTurnover": "GB005",
"industrySector": "IS010",
"intendedUseOfAccount": "IU009",
"totalEmployees": "EM004"
},
"tags": [
{
"key": "tag1",
"value": "tag1value"
},
{
"key": "tag2",
"value": "tag2value"
}
]
}
Updated about 4 hours ago