Age Recheck
privo.ageGate.recheck(data)
interface CheckAgeData {
userIdentifier?: string;
birthDateYYYYMMDD?: string;
birthDateYYYYMM?: string;
birthDateYYYY?: string;
countryCode?: string;
}
The method allows rechecking data if the birth date provided by a user was updated.
Age Gate Recheck entry parameters:
userIdentifier - optional field, external user identifier
birthDateYYYYMMDD - optional field, external user birth date in "yyyy-MM-dd" format
countryCode - optional field, two-letter country code (ISO 3166-1 alpha-2 Wiki).