Skip to main content

Enable wallet provider

PUT 

/v2/config/digital-wallet/openid

This endpoint is used to enable wallet provider.

Request

Body

    isWalletProvider boolean

Responses

Response Headers
    Schema
      walletUnit object
      agentServiceEndpoint string

      Specifies the url of the agent.

      credentialOfferEndpoint string

      Specifies the credential offer endpoint of the agent

      version string

      Defines the version of the agent deployed.

      status string

      Deployment status of the agent

      statusStr string
      ledgerName string

      Defines ledger name of the agent

      ledgerURL string

      Specifies the ledger url for the agent.

      ledgerID string

      Specifies the ledger id

      infrastructureProvider string

      Specifies the infrastructure provider

      deploymentRegion object

      Specifies the deployment region

      property name* any

      Specifies the deployment region

      isWalletProvider boolean

      Specifies the digital wallet is a wallet provider or not

    Loading...