CPF number

AI Tools

This method is available through the:

  1. Age Verification UI

Brazilian users supply their CPF number and date of birth. A CPF number can be used to retrieve the identity of the CPF holder, which is sufficient to determine the exact age of the person or whether they are an adult.

We’ll check the details users entered against tax authority records to see if they match. If they match, we determine that the user is over the age threshold.

We never store or share the user’s details with anyone other than the provider.

This method is good for:

  • Speed

  • Specific countries


Request Body

{ "type": "OVER", "cpf": { "allowed": true, "retry_enabled": true, "retry_limit": 2, "threshold": 18 }, "ttl": 900, "reference_id": "over_18_example", "callback": { "auto": true, "url": "https://www.yoti.com" }, "notification_url": "https://yourdomain.example/webhook", "cancel_url": "https://www.yoti.com" }

Parameter

Type

Description

allowed

boolean

Enable the verification method to be available for the user to use.

retry_enabled

boolean

Enable retries for the verification method

retry_limit

integer

Set the maximum number of retries for the verification method

threshold

integer

Age threshold for AV method.