Skip to main content

Offsite Integration

In the offsite verification process, Shufti Pro's clients are solely responsible for gathering all necessary information from the end user and then submitting it to Shufti Pro for verification.

Parameters & Description

ParametersDescription
company_registration_numberRequired: Yes
Type: string
This parameter receives the company registration number to collect and verify the company information reports.
Example: 12345678
company_jurisdiction_codeRequired: Yes
Type: string
This parameter receives the company jurisdiction code to collect and verify the company information.
Supported types are listed here
Example: ae_az
company_nameRequired: No
Type: string
This parameter receives the company name to collect all the companies information whose name matches the given company name.
Example: 'SHUFTI PRO LIMITED'
tip

Please send request with either company_registration_number and company_jurisdiction_code or only company_name.

Request Payloads

Run in Postman

request-with-company_registration_number_and_company_jurisdiction_code
{
"reference": "1234567",
"callback_url": "https://yourdomain.com/profile/sp-notify-callback",
"country": "GB",
"language": "EN",
"kyb": {
"company_registration_number": "12345678",
"company_jurisdiction_code": "ae_az"
}
}

request-with-company_name
{
"reference": "1234567",
"callback_url": "https://yourdomain.com/profile/sp-notify-callback",
"country": "GB",
"language": "EN",
"kyb": {
"company_name": "SHUFTI PRO LIMITED"
}
}