Verfifier OID4VP API

Receive Verification Presentation (from e.g. Wallet)

Handles various types of verification presentations including standard presentations, rejections, DCQL presentations, and encrypted DCQL presentations. The method automatically determines the request type based on the provided parameters.

post/oid4vp/api/request-object/{request_id}/response-data

Path parameters

request_idstring uuid required

The unique identifier of the verification request

Headers

SWIYU-API-Version'2'

Optional API version. Supported values: 2 (DEFAULT) - This supports OID4VP 1.0

Response

Verification Presentation received and processed successfully

redirect_uristring uri

[EXPERIMENTAL] Optional: Only provided if set in the initial request. It is used to route the response back to the business verifier's endpoint.

Example response

{
  "redirect_uri": "https://shop.ch/callback?session_nonce=123&response_code=xyz"
}

Changes