Skip to main content

Filter verification

POST 

/v2/config/digital-wallet/openid/sdjwt/verification/:presentationId/filter

Filters the holder's credentials against the verifier's presentation definition to find matches for the OpenID4VP presentation.

Request

Path Parameters

    presentationId stringrequired

    Unique identifier of a presentation session in the holder's wallet.

Responses

Filtered verifications retrieved successfully

Response Headers
    Schema
      oneOf
      inputDescriptors object[]
    • Array [
    • id string

      Identifier of the Input Descriptor from the Presentation Definition.

      matchedCredentials object[]

      Array of credentials from the holder's wallet that match this Input Descriptor's requirements.

    • Array [
    • credentialId string

      Identifier of the matching credential in the holder's wallet.

      type string[]

      Credential type strings from the matching W3C Verifiable Credential.

      vct string

      Verifiable Credential Type from the matching IETF SD-JWT VC.

      doctype string

      Document type from the matching ISO mDoc credential.

      match object

      Detailed match information showing which claims satisfy the Input Descriptor constraints.

    • ]
    • ]
    Loading...