Create wallet provider
Roles
Analytics Events
/v2/presentations/wallet-providersCreates 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 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?
Delete a trusted issuer DELETE
Deletes an existing trusted issuer by providing its ID. ### **Analytic events** * MOBILE_CREDENTIAL_TRUSTED_ISSUER_DELETE_START * MOBILE_CREDENTIAL_TRUSTED_ISSUER_DELETE_SUCCESS * MOBILE_CREDENTIAL_TRUSTED_ISSUER_DELETE_FAIL
Retrieve all wallet providers GET
Retrieves all existing wallet providers that can present mDocs for online verification. ### **Analytic events** * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_START * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_SUCCESS * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_FAIL