Skip to content

getStatus

GET
/issuance/oid4vci/status/{session_id}

Get the status of an issuance session.

session_id
required
Hash

A transaction identifier.

string format: hash
Example
32e13632caa9c5fa6064d26615a3e776a0a7b44554464c86cf7fae82b899be9c

The id of the session.

The status of the issuance session.

Status
object
status
string
Allowed values: STARTED SUCCEEDED FAILED
error_message

Additional information about what caused the session to fail.

string
nullable
Example
{
"status": "FAILED",
"error_message": "Failed to deliver issuance session."
}

No issuance session has been assigned this ID