EUDI Reference Wallet
EUDI Reference Wallet Disclaimer
The EUDI Reference Wallet is a sandbox wallet, and does not support any production use-cases. This wallet has been specifically built to trust Trinsic's certificates to allow EUDI experimentation on our platform.
Overview
An EUDI test wallet to allow easy EUDI experimentation.
- ID:
eudi-reference-wallet - Verification Type: Presentation
- Regions: Europe
Integration with Trinsic
The EUDI Reference Wallet can be integrated through Trinsic's identity acceptance network, allowing businesses to easily test the acceptance of EUDI credentials as part of their onboarding or verification processes.
- Permission required: No, this method is live by default for all customers of Trinsic.
- Cost: Contact the Trinsic team.
How to Test
- Install the app from TestFlight.
- Enter any PIN (twice) - e.g.
123456. - Click "Add my Digital ID" and select
issuer.eudiw.devoptionPID Combined. It will ask you if you want to useissuer.eudiw.devto sign in - click Continue. - Choose the
FormEUoption in the test credential provider list and clickSubmit. - Enter information for your credential.
Birth Date,Family Name,Given NameandNationalityare required. - Scroll down to select
Authorize, wait and clickDone. - You can now use this wallet for verifications.
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:
DeeplinkToMobile— Launch the given URI on the user's mobile device. - Collection Method:
PollResult— Results arrive asynchronously; poll with theresultsAccessKeyreturned at session creation. - Refreshable Step Content: This provider requires shown content to be refreshed periodically.
- 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.givenName | Always | - |
person.familyName | Always | - |
person.dateOfBirth | Always | - |
person.nationality | Always | - |
person.sex | Sometimes | If available |
person.phoneNumber | Sometimes | If available |
person.address.line1 | Sometimes | If address is available |
person.address.city | Sometimes | If address is available |
person.address.subdivision | Sometimes | If address is available |
person.address.postalCode | Sometimes | If address is available |
person.address.country | Sometimes | If address is available |
document.number | Sometimes | If available |
document.issueDate | Sometimes | If available |
document.expirationDate | Always | - |
document.issuingCountry | Always | - |
document.issuingSubdivision | Sometimes | If available |
document.issuingAuthority | Always | - |
attachments.documentPortrait | Sometimes | If available |
| Field | Optional | Description | Example Values |
|---|---|---|---|
pid.givenName | Yes | Current first name(s), including middle name(s) where applicable, of the individual to whom the PID relates. | JEAN |
pid.givenNameBirth | Yes | First name(s), including middle name(s), of the individual at the time of birth. | JEAN |
pid.familyName | Yes | Current last name(s) or surname(s) of the individuals. | DUPONT |
pid.familyNameBirth | Yes | Last name(s) or surname(s) of the individual at the time of birth. | DUPONT |
pid.dateOfBirth | Yes | The date of birth of the individual. | 1990-01-31 |
pid.birthPlace | Yes | Country (ISO 3166-1 alpha-2), state, province, district, local area, municipality, city, town, or village where the individual was born. | PARIS |
pid.nationality | Yes | One or more ISO 3166-1 alpha-2 country codes representing the nationality of the individual. | ["FR"] |
pid.expiryDate | Yes | Date when the PID expires. Because PIDs are not necessarily backed by a physical document, this does not correspond to the expiration date of such. | 2030-01-31 |
pid.issuingAuthority | Yes | Name of the administrative authority that issued the PID, or the ISO 3166 alpha-2 country code of the respective Member State if there is no separate authority entitled to issue PIDs. | FR |
pid.issuingCountry | Yes | ISO 3166-1 alpha-2 country code of the country or territory of the issuer of the PID. | FR |
pid.issuanceDate | Yes | Date when the PID was issued and/or the administrative validity period began. | 2020-01-31 |
pid.trustAnchor | Yes | URL where a machine-readable trust anchor for verifying the PID can be found. | https://trust.example.test/anchor |
pid.attestationLegalCategory | Yes | Indicator that this credential has been issued specifically as PID. When present, typically equal to "PID". | PID |
pid.documentNumber | Yes | A number assigned to the PID by the issuer. This does not correspond to the document number of a physical document. | P1234567 |
pid.issuingJurisdiction | Yes | ISO 3166-2 country-subdivision code for the jurisdiction that issued the PID. | FR-75 |
pid.locationStatus | Yes | Location of validity status information for the PID, where revocation information is published. | https://status.example.test/pid |
pid.sex | Yes | Sex of the individual. This is a superset of the ISO/IEC 5218 sex code standard, defining additional "other", "inter", "diverse", and "open" values. Possible values: - 0: Unknown - 1: Male - 2: Female - 3: Other - 4: Inter - 5: Diverse - 6: Open - 9: Not Applicable For values 0, 1, 2, and 9, ISO/IEC 5218 applies. | 1 |
pid.emailAddress | Yes | The individual's email address. | [email protected] |
pid.mobilePhoneNumber | Yes | The mobile phone number of the individual, in international format. | +33612345678 |
pid.personalAdministrativeNumber | Yes | A value assigned to the individual that is unique among all personal administrative numbers issued by the provider. | 123456789 |
pid.residentAddress | Yes | The full address of the individual's permanent residence. | 1 RUE DE LA PAIX, 75001 PARIS |
pid.residentStreet | Yes | The street name of the individual's permanent residence. | RUE DE LA PAIX |
pid.residentHouseNumber | Yes | The house number of the individual's permanent residence. | 1 |
pid.residentCity | Yes | The municipality, city, town, or village of the individual's permanent residence. | PARIS |
pid.residentState | Yes | The state, province, district, or local area of the individual's permanent residence. | ILE-DE-FRANCE |
pid.residentPostalCode | Yes | The postal code of the individual's permanent residence. | 75001 |
pid.residentCountry | Yes | The ISO 3166-1 alpha-2 country code of the individual's permanent residence. | FR |
Updated about 1 month ago
