Skip to main content

List transaction data

GET 

/v2/config/digital-wallet/openid/sdjwt/transaction-datas

Lists transaction data records associated with OID4VCI credential issuances.

Request

Query Parameters

    offset integerrequired

    Number of records to skip for pagination.

    limit integerrequired

    Default value: 10

    Maximum number of records to return per page.

    credentialExchangeId string

    Filter by credential exchange record identifier to retrieve a specific OID4VCI issuance history entry.

Responses

Response Headers
    Schema
      transactionDataHistory object[]
    • Array [
    • 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.

    • ]
    • pagination object
      currentPage integer

      Current page number

      totalItems integer

      Total number of items available

      totalPages integer

      Total number of pages based on limit

      limit integer

      Number of items per page

      hasPrevious boolean

      Indicates if there's a previous page

      hasNext boolean

      Indicates if there's a next page

    Loading...