CREATE - Deploy digital wallet

POST {{baseUrl}}/config/digital-wallet

This endpoint is used to deploy digital wallet for the organisation.

Request Body

{"version"=>"<string>", "ledgerId"=>"<string>", "infrastructureProvider"=>"<string>", "kubernetesClusterIP"=>"<string>", "certificateAuthorityPEMFileContents"=>"<string>", "serviceAccountCredentials"=>{"type"=>"<string>", "projectId"=>"<string>", "privateKeyId"=>"<string>", "privateKey"=>"<string>", "clientEmail"=>"<string>", "clientId"=>"<string>", "authUri"=>"<string>", "tokenUri"=>"<string>", "authProviderX509CertUrl"=>"<boolean>", "clientX509CertUrl"=>"<string>", "awsAccessKeyId"=>"<string>", "awsSecretAccessKey"=>"<string>"}, "agentServiceEndpoint"=>"<string>", "adminServiceEndpoint"=>"<string>", "deploymentRegion"=>"<string>", "kubernetesClusterName"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;agentServiceEndpoint&quot;:&quot;\u003cstring\u003e&quot;,&quot;adminEndpoint&quot;:&quot;\u003cstring\u003e&quot;,&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;,&quot;ledgerName&quot;:&quot;\u003cstring\u003e&quot;,&quot;infrastructureProvider&quot;:&quot;\u003cstring\u003e&quot;,&quot;ledgerID&quot;:&quot;\u003cstring\u003e&quot;,&quot;ledgerURL&quot;:&quot;\u003cstring\u003e&quot;,&quot;statusStr&quot;:&quot;\u003cstring\u003e&quot;,&quot;autoRespondCredentialProposal&quot;:&quot;\u003cboolean\u003e&quot;,&quot;webhookURL&quot;:&quot;\u003cstring\u003e&quot;,&quot;deploymentRegion&quot;:&quot;\u003cstring\u003e&quot;,&quot;kubernetesClusterName&quot;:&quot;\u003cstring\u003e&quot;,&quot;kubernetesClusterIP&quot;:&quot;\u003cstring\u003e&quot;,&quot;tls&quot;:{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}}