Skip to main content

Validate transaction data

POST 

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

This endpoint is used for validating the transaction data.

Request

Body

    transactionDataHashesAlg string[]required

    A string representing the hash algorithm identifier used to calculate hashes in the transaction_data_hashes parameter present in key binding JWT associated with Payment Authenticator

    paymentWalletAttestation stringrequired

    Payment Authenticator credential in accordance with EWC RFC 007 received from individual who confirmed the payment

    walletUnitAttestation stringrequired

    Specifies the Wallet Unit Attestation credential received from individual who confirmed the payment

    transactionData object

    Transaction data in plain JSON in accordance with EWC RFC 008

    transactionDataBase64 string

    Transaction data base64 string in accordance with EWC RFC 008

Responses

Response Headers
    Schema
      transactionDataHistory object
      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.

    Loading...