Offsite Integration
In the offsite verification process, Shufti Pro's clients are solely responsible for gathering all necessary information and proof from the end user and then submitting it to Shufti Pro for verification.
Parameters and Description
Parameters | Description |
---|---|
Reference | Required: Yes Type: string Minimum: 6 characters Maximum: 250 characters Each request is issued a unique reference ID which is sent back to Shufti Pro’s client with each response. This reference ID helps to verify the request. The client can use this ID to check the status of already performed verification |
Country | Required: Yes Type: string Length: 2 characters Country selection is mandatory as document proofs need to be uploaded according to the selected country's requirements. |
Language | Required: No Type: string Length: 2 characters If the Shufti Pro client wants their preferred language to appear on the verification screens they may provide the 2-character long language code of their preferred language. |
Document Proof | Default: Yes Values: Yes, No Document proof is set to "Yes" by default, and if "No" is selected, it will redirect to Enhanced KYB. |
Request Payloads
request-object-sample-offsite
{
"reference": "1234567",
"callback_url": "https://yourdomain.com/profile/sp-notify-callback",
"country": "GB",
"language": "EN",
"kyb": {
"proofs": [
{
"label": "label1",
"file": "base64image1"
},
{
"label": "label2",
"file": "base64image2"
}
]
}
}