Onsite Integration
In onsite verification, Shufti Pro will directly interact with the end user to collect the required proofs for verification purposes.
Parameters and Description
Parameters | Description |
---|---|
phone_number | Required: No Type: string Minimum: 6 characters Maximum: 64 characters Allowed Characters: numbers and plus sign at the beginning. Provide a valid customer’s phone number with country code. Shufti Pro will directly ask the end-user for phone number if this field is missing or empty. |
random_code | Required: No Type: string Minimum: 2 characters Maximum: 10 characters Provide a random code. If this field is missing or empty, Shufti Pro will generate a random code. |
text | Required: No Type: string Minimum: 2 characters Maximum: 100 characters Provide a short description and random code in this field. This message will be sent to customers. This field should contain random_code. If random_code field is empty then Shufti Pro will generate a random code and append the code with this message at the end. |
validate_phone | Required: No Type: string Accepted Values: 0, 1 Default Value: 0 Enabling the key subjects the phone number to a strict validation process with predefined fraud prevention rules, aiming to identify any fraudulent activities or irregularities. |
phone-service-sample-object
{
"phone" : {
"phone_number" : "",
"random_code" : "",
"text" : ""
}
}
caution
Phone Service is not available in Offsite Verification.