CPF (Brazil)
Overview
Queries Receita Federal services to validate a taxpayer (CPF) number and return name, date of birth and status—foundational for Brazilian KYC flows.
- ID:
brazil-cpf-lookup - Type: eID (database)
- Verification Type: Enrichment
- Regions: Latin America
- Countries: BR
- Adoption: 180,000,000
- URL: https://www.serpro.gov.br/
Integration with Trinsic
CPF verification is integrated into Trinsic's identity acceptance network allowing businesses to verify users against the government system of record in Brazil.
- Data Inputs: idNumber (CPF)
- Permission required: Yes, this method requires registration before you can activate it for your users. Please contact Trinsic to begin this process.
- Cost: Contact the Trinsic team.
User Flow
Trinsic offers a fetch service where the user provides their CPF number and grants consent, then our service responds with a set of verified attributes.
To see a demo of this flow, watch this video.
How to Test
While using a test mode App, launch the widget or the provider directly.
- Enter the credentials and submit.
- cpf number: (see credential options below)
- At the end, you will be presented with test data for the verification session.
| CPF Number | CPF Status | Verification Result |
|---|---|---|
| 40442820135 | Regular | ✅ Success |
| 07691852312 | Pending Regularization | ✅ Success |
| 12345678909 | Minor | ✅ Success |
| 40532176871 | Suspended | ❌ Failure |
| 01648527949 | Canceled | ❌ Failure |
| 98302514705 | Nullified | ❌ Failure |
| 05137518743 | Deceased | ❌ Failure |
Direct API Requirements
Direct is not a requirement.You can integrate with this provider using the Widget or Hosted UI instead, with no additional integration requirements on your end.
What your integration must support in order to use this provider with the Direct Provider Sessions API.
- Supports Direct Provider Sessions: ✅
- Launch Method:
None— No user-facing action is required to start the flow. - Collection Method:
PollResult— Results arrive asynchronously; poll with theresultsAccessKeyreturned at session creation. - Requires Input: This provider requires input before verification can proceed.
- Trinsic-Hosted UI: A Trinsic-Hosted Fallback UI exists for this provider, which may be invoked to cover gaps in your integration's capabilities.
Outputs
Normalized AttributesThese attributes form part of our normalized model, a standardized set used across providers. Trinsic normalizes this for you and lets you know when a property is available for each provider.
| Field | Availability | Notes |
|---|---|---|
person.fullName | Always | - |
person.dateOfBirth | Always | - |
document.number | Always | - |
Updated 4 days ago
