.beID (Belgium)
Overview
Belgium’s national ID card for secure authentication and online identification. User inserts their eID card into a reader and enters the PIN; chip certificates sign a challenge to verify official attributes.
- ID:
a-be-id-login - Type: eID (card)
- Verification Type: Presentation
- Regions: Europe
- Countries: BE
- Adoption: 9,500,000
- URL: https://www.ibz.rrn.fgov.be/fr/citoyen/documents-didentite/eid
Integration with Trinsic
ID Cards integrated into Trinsic's identity acceptance network can be verified only if the users has a physical card reader present and plugged into their computer.
- Permission required: No, this method is live by default for all Trinsic customers.
- Cost: Contact the Trinsic team.
Direct API Requirements
Direct API is not a requirement.You can integrate with this provider using the 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:
LaunchBrowser— Send the user's browser (via redirect, popup, or new tab) to the given URL. - Collection Method:
CaptureRedirect— The user is redirected back to your app with aresultsAccessKeyupon completion.
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.givenName | Always | - |
person.familyName | Always | - |
person.dateOfBirth | Always | - |
person.sex | Always | - |
| Field | Optional | Description | Example Values |
|---|---|---|---|
firstName | Yes | The first name of the verified individual | John |
lastName | Yes | The last name of the verified individual | Doe |
dateOfBirth | Yes | The date of birth of the verified individual | 1985-12-10 |
nationalRegisterNumber | Yes | The Belgian National Register Number ("Rijksregisternummer") of the verified individual. This is an 11-digit number in the format YYMMDDXXXCC, where: - YYMMDD represents the individual's date of birth (year, month, day). - XXX is a sequential birth number, odd for males and even for females. - CC is a checksum, calculated with the equation: 97 - (YYMMDDXXX mod 97) For births in the year 2000 or later, the digit '2' is prepended to the first 9 digits during checksum calculation. | 83122412413 |
Updated 20 days ago
