v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
GlobalWallets

Get the global wallet settings for environment

get/environments/{environmentId}/globalWallet/settings

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Response

Returns the global wallet settings for environment

idstring required
walletNamestring required
popupPageTitlestring
walletIconUrlstring
customCssUrlstring
termsOfServiceUrlstring
privacyPolicyUrlstring
termsOfServiceAndPrivacyPolicyMarkdownstring
enableLoginWithExternalWalletsboolean
enabledAtstring date-time nullable

If global wallet is enabled, then this timestamp will be present.

Example response

{
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "walletName": "An example name",
  "popupPageTitle": "An example name",
  "walletIconUrl": "https://website-sample/icon.svg",
  "customCssUrl": "https://website-sample/custom.css",
  "termsOfServiceUrl": "https://website-sample.com",
  "privacyPolicyUrl": "https://website-sample.com",
  "termsOfServiceAndPrivacyPolicyMarkdown": "This is a markdown example with a **bold** text and a [link](https://website-sample.com)",
  "customMenuLinks": [
    {
      "label": "An example name",
      "url": "https://website-sample.com"
    }
  ]
}
All 334 operations