Read verification
GET/v2/config/digital-wallet/openid/sdjwt/verification/:presentationId
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
This endpoint is used to read verification.
Request
Path Parameters
Identifier for the presentation
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- presentation_pending: Indicates the presentation requires further inputs such as filtering the credentials matching presentation definition and sending it to the verifier.
- presentation_acked: Indicates the presentation has been received and verified by the verifier.
- Array [
- ]
presentation object
Identifier for the presentation
presentation_submission object
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
descriptor_map object[]required
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
path_nested objectrequired
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
Verifiable Presentation JSON Web Token sent to the verifier
Possible values: [presentation_pending
, presentation_acked
]
It support 2 presentation statuses:
Verifier identifier for .e.g URI / DID
Redirect URI specified in authorization request. This is specific to EBSI OID4VC flow.
Request URI is for resolving the authorization request by reference from the verifier
Presentation definition defined by the verifier as per DIF Presentation Exchange specification.
Identifier for the credential
clientMetadata objectrequired
Timestamp when the record was created.
Timestamp when the record was updated.
presentation object[]
Verifiable Presentation details sent to the verifier
Identifier for the presentation input descriptor
Identifier for the credential
Specifies the credential type present in verifiable credential issued.
Verifiable Presentation credential subject sent to the verifier
Specifies the credential type present in verifiable credential issued for ietf sd-jwt
Specifies the credential type present in verifiable credential issued for mso_mdoc
Verifiable Presentation claims sent to the verifier
Specifies the legal pid attestation verifiable credential of the verifier.
Specifies the legal pid attestation proof of pocession credential of the verifier.
Specifies whether legal pid attestation credential of verifier is verified.
Specifies the key identifier of keys to be used for credential issuance
Possible values: [jwk
, did:key
, did:ebsi
, did:web
]
Specifies the trust anchor used for credential issuance
Specifies the id token that has shared to verifier
Specifies the decoded id token jwk that has shared to verifier
{
"presentation": {
"presentationId": "string",
"presentation_submission": {
"definition_id": "string",
"descriptor_map": [
{
"format": "string",
"id": "string",
"path": "string",
"path_nested": {
"format": "string",
"id": "string",
"path": "string"
}
}
],
"id": "string"
},
"vpToken": "string",
"status": "presentation_pending",
"clientId": "string",
"redirectUri": "string",
"requestUri": "string",
"presentationDefinition": "string",
"credentialId": "string",
"clientMetadata": {
"clientName": "string",
"logoUri": "string",
"location": "string",
"coverUri": "string",
"description": "string"
},
"createdAt": 0,
"updatedAt": 0,
"presentation": [
{
"id": "string",
"credentialId": "string",
"type": [
"string"
],
"credentialSubject": {},
"vct": "string",
"doctype": "string",
"claims": {}
}
],
"legalPidAttestation": "string",
"legalPidAttestationPop": "string",
"legalPidVerified": true,
"kid": "string",
"trustAnchor": "jwk",
"idToken": "string",
"idTokenDecoded": {}
}
}