Skip to main content

Onsite Integration

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

Parameters and Description

ParametersDescription
emailRequired: No
Type: email
Maximum: 128 characters
Allowed Characters: Kindly ensure that email addresses adhere to the standard conventions, including valid characters such as letters, numbers, and symbols like '@' and '.'.
validate_emailRequired: No
Type: string
Accepted Values: 0, 1
Default Value: 1
After verifying the email address and enabling the key, it undergoes a thorough validation against pre-set fraud prevention criteria to detect any fraudulent or suspicious activity, ensuring the email is not only valid but also secure and free from malicious associations.

Run in Postman

email-verification-service-sample-object-empty-email
{
"email_verify" : {
"email" : ""
}
}
caution

Shufti requires the end-user to furnish the email address if absent in both the general request and email_verify objects. The email in the general request takes precedence if the email_verify object is empty. It's imperative that email addresses in both objects align precisely for request processing.

email-verification-service-sample-object-filled-email
{
"email_verify" : {
"email" : "[email protected]"
}
}