Skip to main content

Onsite Integration

In onsite verification, Shufti Pro will directly interact with the end user to collect the required proofs for verification purposes.

info

Shufti Pro uses following base URL for User Risk Assessment https://ra.shuftipro.com/risk-api/

Calling a Risk Assessment via API

To use the risk assessment service and ask the end-users to fill in the risk assessment, clients need to send an API Request to the server with the following parameters:


ParametersDescription
risk_referenceRequired: Yes
Type: string
Maximum: 6 characters
The “risk_reference” parameter is a string that takes one risk_reference in the string to execute the risk assessment service for your end users.
phone_numberRequired: Yes
Type: string
Minimum: 6 characters
Maximum: 64 characters
The “phone_number” parameter is a string that takes one phone_number in the string along with risk_reference to execute the risk assessment service for your end users.

Run in Postman


risk_assessment-service-sample-payload
{
"risk_assessment": {
"risk_reference": "37rNhl",
"phone_number": "+4400000000"
}
}