Skip to main content

List transaction data templates

GET 

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

Lists available OpenID4VP transaction data templates used during verification.

Responses

Response Headers
    Schema
      transactionDataDefinitions object[]
    • Array [
    • label stringrequired

      Human-readable label for the transaction data template.

      type stringrequired

      Type identifier for the transaction data template (e.g. payment_data).

      schema objectrequired

      JSON Schema defining the structure and validation rules for transaction data of this type.

      property name* any

      JSON Schema defining the structure and validation rules for transaction data of this type.

    • ]
    Loading...