Skip to main content

List transaction data

GET 

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

This endpoint is used for listing transaction data.

Request

Query Parameters

    offset integerrequired

    Requested index for start of resources to be provided in response requested by client

    limit integerrequired

    Default value: 10

    Number of items returned per page. Requested number of resources to be provided in response requested by client

    credentialExchangeId string

    Identifier for the issuance history.

Responses

Response Headers
    Schema
      transactionDataHistory object[]
    • Array [
    • transactionDataId string

      Identifier for the transaction data

      credentialExchangeId string

      Identifier for the issuance history

      transactionDataBase64s string[]

      the base64 encoded string values for the transaction data

      paymentWalletAttestation stringrequired

      the verifiable presentation token

      walletUnitAttestation stringrequired

      Specifies the wallet unit attestation credential.

      walletUnitAttestationPoP stringrequired

      Specifies the wallet unit attestation pop credential.

      transactionData objectrequired
      property name* any
      walletUnitAttestationVerified boolean

      Specifies whether wallet unit attesetation is verified or not

      transactionDataVerified boolean

      Specifies whether transaction data is verified or not

      vpTokenDecoded object

      The credential being presented to the verifier

      property name* any

      The credential being presented to the verifier

      createdAt number

      Timestamp when the record was created.

      updatedAt number

      Timestamp when the record was updated.

    • ]
    • 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...