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
| Parameters | Description |
|---|---|
| is_age_verification | Required: Yes Type: String Accepted Values: "0" (No), "1" (Yes) Default Value: "0" Enables age verification. |
| min_age | Required: Yes Type: string Examples: "18", "21", "13" Minimum acceptable age for verification. |
| max_age | Required: No Type: string Examples: "65", "25" Maximum acceptable age for verification. Leave empty for no upper limit. |
| verification_method | Required: Yes Type: string Accepted Values: facial_age_estimation, document_age_check, database_lookup The age verification method to use. |
| age_buffer | Required: 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_only | Required: 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
- For Facial Age Estimation: Facial biometrics Parameters
- For Document Age Estimation: Document Verification Parameters
- For eKYC Age Estimation: eIDV Parameters