Skip to main content

Read transaction data

GET 

/v2/config/digital-wallet/openid/sdjwt/transaction-data/:transactionDataId

Retrieves an OID4VCI transaction data record by its ID.

Request

Path Parameters

    transactionDataId stringrequired

    Unique identifier of a transaction data record associated with a credential exchange.

Responses

Response Headers
    Schema
      transactionDataHistory object
      transactionDataId string

      Unique identifier for the transaction data record.

      credentialExchangeId string

      Identifier of the credential issuance history record linked to this transaction data.

      transactionDataBase64s string[]

      Array of base64-encoded transaction data strings.

      paymentWalletAttestation stringrequired

      Payment Authenticator Verifiable Presentation token received from the holder.

      walletUnitAttestation stringrequired

      Wallet Unit Attestation credential received from the holder.

      walletUnitAttestationPoP stringrequired

      Proof of Possession for the holder's Wallet Unit Attestation.

      transactionData objectrequired
      property name* any
      walletUnitAttestationVerified boolean

      Indicates whether the Wallet Unit Attestation was verified.

      transactionDataVerified boolean

      Indicates whether the transaction data hashes were verified against the key binding JWT.

      vpTokenDecoded object

      Decoded payload of the Verifiable Presentation token presented by the holder.

      property name* any

      Decoded payload of the Verifiable Presentation token presented by the holder.

      createdAt number

      Unix timestamp (in seconds) when this record was created.

      updatedAt number

      Unix timestamp (in seconds) when this record was last modified.

    Loading...