Create credential offer
POST/v2/config/digital-wallet/openid/sdjwt/credential-offer
Creates an OID4VCI Credential Offer that can be presented to a holder via QR code or deep link.
Request
- application/json
Body
credentialIssuer stringrequired
The credential issuer url from which the credential to be requested
version string
Possible values: [draft_11, draft_13]
Specifies the version of oid4vci draft specification
credentials string[]
The object contains the data related to a certain credential type the Wallet MAY request
credentialConfigurationIds object[]
Array of unique strings that each identify one of the keys in the name/value pairs stored in the credential_configurations_supported Credential Issuer metadata
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
credentialOffer string
Defines the credential offer with the Credential Offer parameters
{
"credentialOffer": "string"
}
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...