This environment is intended for testing verification workflows and conducting interoperability sessions. For enquiries or support, please contact [email protected]

Session Detail

Inspect a single verification session

4f5e2c21-ab07-4f5d-9666-6a96ccfcb6bd

failed
iso18013-7-annex-a

ca3272f1-9192-4d2a-80a9-fa07f33c5545
https://verifier-playground-service.igrant.io
Yuj7vkVYQsMsNoNLN6K2cpuPWSXjTdeJbTCCiHGU5FM

https://verifier-playground-service.igrant.io/iso18013/annex-a/ca3272f1-9192-4d2a-80a9-fa07f33c5545
600s
age_verification_over_18
2026-08-13 07:52:45 UTC    2026-08-13 07:52:46 UTC

DCQL Query

View Query
{
  "credentials": [
    {
      "id": "age_verification",
      "format": "mso_mdoc",
      "meta": {
        "doctype_value": "eu.europa.ec.av.1"
      },
      "claims": [
        {
          "path": [
            "eu.europa.ec.av.1",
            "age_over_18"
          ],
          "intent_to_retain": false
        }
      ]
    }
  ]
}

Validation Result

Invalid
age_verification
mso_mdoc
Invalid
Valid Document No documents found in DeviceResponse
No valid documents in DeviceResponse
View Details
{
  "valid": false,
  "format": "mso_mdoc",
  "disclosed_claims": {},
  "issuer": null,
  "error": "No valid documents in DeviceResponse",
  "checks": [
    {
      "id": "valid_document",
      "name": "Valid Document",
      "status": "failed",
      "detail": "No documents found in DeviceResponse"
    }
  ]
}

VP Token

View Raw Token
{
  "age_verification": [
    "o2ZzdGF0dXMAZ3ZlcnNpb25jMS4wbmRvY3VtZW50RXJyb3JzgaFxZXUuZXVyb3BhLmVjLmF2LjEA"
  ]
}

Decoded Token

Decoded JWT headers, payloads, disclosures, and key binding

View Decoded Token
{
  "age_verification": {
    "status": 0,
    "version": "1.0",
    "documentErrors": [
      {
        "eu.europa.ec.av.1": 0
      }
    ]
  }
}

Session Logs

4 total
2026-08-13 07:52:45 UTC INFO /presentations ISO Annex A DeviceRequest created
Data:
{
  "transaction_id": "4f5e2c21-ab07-4f5d-9666-6a96ccfcb6bd",
  "request_id": "ca3272f1-9192-4d2a-80a9-fa07f33c5545",
  "endpoint": "https://verifier-playground-service.igrant.io/iso18013/annex-a/ca3272f1-9192-4d2a-80a9-fa07f33c5545",
  "dcql_query": {
    "credentials": [
      {
        "id": "age_verification",
        "format": "mso_mdoc",
        "meta": {
          "doctype_value": "eu.europa.ec.av.1"
        },
        "claims": [
          {
            "path": [
              "eu.europa.ec.av.1",
              "age_over_18"
            ],
            "intent_to_retain": false
          }
        ]
      }
    ]
  },
  "preset_id": "age_verification_over_18",
  "protocol_profile": "iso-annex-a-1.0"
}
2026-08-13 07:52:46 UTC INFO /iso18013/annex-a/ca3272f1-9192-4d2a-80a9-fa07f33c5545 ISO Annex A session established; DeviceRequest sent
Data:
{
  "request_id": "ca3272f1-9192-4d2a-80a9-fa07f33c5545"
}
2026-08-13 07:52:46 UTC INFO /iso18013/annex-a/ca3272f1-9192-4d2a-80a9-fa07f33c5545 ISO Annex A DeviceResponse received
Data:
{
  "request_id": "ca3272f1-9192-4d2a-80a9-fa07f33c5545",
  "credential_ids": [
    "age_verification"
  ]
}
2026-08-13 07:52:46 UTC WARNING /iso18013/annex-a/ca3272f1-9192-4d2a-80a9-fa07f33c5545 Validation failed
How to fix:
One or more credentials failed verification. Check the 'credentials' object below for per-credential errors.
Data:
{
  "hint": "One or more credentials failed verification. Check the 'credentials' object below for per-credential errors.",
  "credentials": {
    "age_verification": {
      "valid": false,
      "format": "mso_mdoc",
      "error": "No valid documents in DeviceResponse",
      "checks": [
        {
          "id": "valid_document",
          "name": "Valid Document",
          "status": "failed",
          "detail": "No documents found in DeviceResponse"
        }
      ]
    }
  }
}