Live today
Apple Wallet
US mobile driver’s license (mDL), over the W3C Digital Credentials API in Safari.
Google Wallet
US mobile driver’s license (mDL), over the W3C Digital Credentials API in Chrome.
identify, age_verify, sign, light_sign).
Coming soon
Singapore (Singpass), the EU (EUDI Wallet), and more are on the roadmap — ordered
by how quickly and cheaply they can come online.
How the wallet flow works
UIP uses the W3C Digital Credentials API (DC_API): the browser, not UIP, talks
to the wallet on the device.
Request
UIP builds an OpenID4VP request (which fields, a per-request encryption key, a
fresh nonce) and the hosted page hands it to
navigator.credentials.get().Present
The user approves in their wallet. The wallet returns an encrypted, signed
response to the page, which relays it to UIP.
Verify
UIP decrypts it server-side and verifies it
cryptographically before emitting your webhook.
The capability matrix
Never hard-code which wallet supports which primitive — read it at runtime fromGET /v1/wallets. It returns each wallet with a
per-primitive boolean derived from the live adapters, so it can’t drift from reality.