Skip to main content

Offsite Integration

In Offsite verification, the client is responsible for collecting the required proofs and information from the end user and submitting it to Shufti for verification.

Request Parameters

The parameters mentioned below are applicable for offsite age verification.

Age Verification Object

ParametersDescription
is_age_verificationRequired: Yes
Type: String
Accepted Values: "0" (No), "1" (Yes)
Default Value: "0"
Enables age verification.
min_ageRequired: Yes
Type: string
Examples: "18", "21", "13"
Minimum acceptable age for verification.
max_ageRequired: No
Type: string
Examples: "65", "25"
Maximum acceptable age for verification. Leave empty for no upper limit.
verification_methodRequired: Yes
Type: string
Accepted Values: facial_age_estimation, document_age_check, database_lookup
The age verification method to use.
age_bufferRequired: Conditional
Type: string
Accepted Values: "3", "5", "7", "10"
Default Value: "5"
Age buffer for facial age estimation (margin of error). Required if verification_method is facial_age_estimation.
verify_age_onlyRequired: Conditional
Type: string
Accepted Values: "0" (No), "1" (Yes)
Default Value: "0"
For database lookup only. Show only age confirmation to merchants, other details concealed. Used when verification_method is database_lookup.

Offsite Integration

In Offsite verification, the client is responsible for collecting the required proofs and information from the end user and submitting it to Shufti for verification.

Request Parameters