Playground
Run wallet flows before you integrate.
Create issuance offers, request wallet presentations, inspect payloads, and understand the exact API shapes your service will use.
Choose a use case
Choose an identity flow to test.
Switch between credential issuance and presentation verification, then inspect the QR handoff, payload, and result.
Issuance
Issue a wallet credential.
Pick an issuance example, generate an OpenID4VCI offer, and inspect the wallet handoff before you integrate.
Configured credential
Employer ID
Issue a workplace credential for staff access and onboarding.
Configured payloadReady
{
"flow": "issuance",
"issuer": "employer-bhs-sandbox",
"credential_type": "EmployerIDCredential",
"format": "Employee ID",
"claims": [
"Employee name",
"Employer",
"Role",
"Valid through"
],
"status": "configured"
}Verification
Verify a wallet credential.
Pick a verification example, run the wallet prompt, and open settings only when you need verifier policy details.
Configured payload
Person Identification Data
Confirm legal name, date of birth, and document status.
Configured payloadReady
{
"flow": "verification",
"credential_type": "PID",
"policy": "Age and credential validity",
"requested_claim": "identity_confirmed",
"status": "configured"
}