AgeChecker.Net · Example Payload

Age Verification Session Example

Age VerificationIdentityComplianceRegulatoryE-Commerce

Age Verification Session Example is an example object payload from AgeChecker.Net, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

session_idstatusresultage_verifiedrequires_photo_idcreated_atcompleted_at

Example Payload

Raw ↑
{
  "session_id": "500123",
  "status": "pending",
  "result": "pass",
  "age_verified": true,
  "requires_photo_id": true,
  "created_at": "2025-03-15T14:30:00Z",
  "completed_at": "2025-03-15T14:30:00Z"
}