Age Verification

Get the current age-verification status

get/v1/age-verification/status

Response

status'unverified' | 'pending' | 'approved' | 'denied' | 'suspected' | 'expired' required

Current age-verification status for the user

method'idenfy' | 'yoti' | 'credit_card' nullable required

Method of the latest verification attempt

denyReasonstring nullable required

Reason the latest verification did not pass, if any

Example response

{
  "status": "unverified",
  "method": "idenfy",
  "denyReason": "UNDER_AGE"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.