eDO App
Overview
An application for presenting the Polish ID card via NFC. User taps their NFC‑enabled Polish ID card with the eDO App, authenticates and consents, then returns verified government data.
- ID:
a-edoapp-eid-login - Type: eID (reader)
- Verification Type: Presentation
- Regions: Europe
- Countries: PL
- Adoption: 1,300,000
- URL: https://www.edoapp.pl/
Integration with Trinsic
eDO app is integrated into Trinsic's identity acceptance network allowing businesses to accept eDO app-verified identities as part of their verification processes.
- 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.
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 |
nationalIdentificationNumber | Yes | The 11-digit Polish national identification number (PESEL) of the verified individual. This is in the format YYMMDDZZZGQ, where: - YYMMDD is the date of birth - ZZZ is a unique identifier - G is sex (even for females, odd for males) - Q is a checksum digit The year of birth encoded in this identifier assumes a default year of birth in the 20th century. If the year of birth is in the range [1800, 1899], the month portion is incremented by 80. If the year of birth is in the range [2000, 2099] the month portion is incremented by 20. If the year of birth is in the range [2100, 2199], the month portion is incremented by 40. If the year of birth is in the range [2200, 2299], the month portion is incremented by 60. | 90063014513 |
Updated 9 days ago
