Overview
Once you have theauthorizationRequestQrUri from Step 2, you need to display it to the user so they can respond using their mobile wallet. You can present it as a QR code or a link.
Generating a QR Code
Use any QR code generation service to turn theauthorizationRequestQrUri into a scannable QR code. Here’s an example using the free qrserver API:
Alternative: Shareable Link
If the user is on mobile, you can display theauthorizationRequestUri as a tappable link instead. Users can copy and paste this link directly into their wallet app.
User Experience Flow
When the user scans the QR code or opens the link, their mobile wallet:- Launches automatically and displays the presentation request
- Shows all available credentials that match your template criteria
- Allows the user to select a specific credential (if they have multiple matches)
- Enables selective field disclosure — users can share some attributes while withholding others
- Returns the verification response to your system upon confirmation
Users maintain complete control over what personal information they share and with which organizations. They can decline the request at any time.

