Update a wallet provider
Roles
Analytics Events
/v2/presentations/wallet-providers/{walletProviderId}Updates an existing wallet provider that can present mDocs for online verification.
Analytic events
- CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_START
- CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_SUCCESS
- CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_FAIL
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for the wallet provider.
uuidRequest 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
application/json
curl -X PUT "https://example.com/v2/presentations/wallet-providers/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "openid4vpConfiguration": { "authorizationEndpoint": "string" } }'{ "id": "string", "name": "string", "openid4vpConfiguration": { "authorizationEndpoint": "string" }}How would you rate this page?
Retrieve a wallet provider GET
Retrieves an existing wallet provider that can present mDocs for online verification. ### **Analytic events** * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_START * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_SUCCESS * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_FAIL
Delete a wallet provider DELETE
Deletes an existing wallet provider that can present mDocs for online verification. ### **Analytic events** * PRESENTATION_WALLET_PROVIDER_DELETE_START * PRESENTATION_WALLET_PROVIDER_DELETE_SUCCESS * PRESENTATION_WALLET_PROVIDER_DELETE_FAIL