light-mode-image
Learn
API ReferenceWallet providers

Create wallet provider

Roles

adminverifier

Analytics Events

CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_STARTCREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_SUCCESSCREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_FAIL
POST/v2/presentations/wallet-providers

Creates a wallet provider that can present mDocs for online verification.

Analytic events

  • CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_START
  • CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_SUCCESS
  • CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

Wallet provider payload

TypeScript Definitions

Use the request body type in TypeScript.

Request payload for verifier wallet provider

Response Body

application/json

application/json

curl -X POST "https://example.com/v2/presentations/wallet-providers" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "openid4vpConfiguration": {      "authorizationEndpoint": "string"    }  }'
{  "id": "string",  "name": "string",  "openid4vpConfiguration": {    "authorizationEndpoint": "string"  }}

How would you rate this page?