List transaction data templates
GET/v2/config/digital-wallet/openid/sdjwt/transaction-data-definitions
Lists available OpenID4VP transaction data templates used during verification.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
transactionDataDefinitions object[]
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.
{
"transactionDataDefinitions": [
{
"label": "string",
"type": "string",
"schema": {}
}
]
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...