Wallet Assist Widget - Default Configuration


The following is the entire default configuration for the WalletAssist Widget.

You might also want to see the detailed configuration reference for more information.

{
  "version": 2,
  "apiBaseUrl": "https://api.subscribepro.com",
  "apiAccessToken": null,
  "apiChangedBy": {
    "admin": {
      "userId": null,
      "email": null,
      "fullName": null
    }
  },
  "apiFetchMaxSubscriptionsCount": 50,
  "vaultEnvironmentKey": null,
  "customerId": "0",
  "themeName": "base",
  "modals": {
    "onBeforePaymentProfileDeleted": {
      "expiresText": "Exp. M/Y",
      "unused": {
        "titleText": "Delete Payment Profile",
        "middleContent": "Are you sure you want to delete the following payment profile from your wallet?",
        "deleteButtonText": "Delete",
        "cancelButtonText": "Cancel"
      },
      "noAlternative": {
        "titleText": "Delete Payment Profile",
        "middleContent": "Are you sure you want to delete the following payment profile from your wallet? This payment profile will still be used for N subscription(s).",
        "itemsSubstituteCharacter": "N",
        "deleteButtonText": "Delete",
        "cancelButtonText": "Cancel"
      },
      "replace": {
        "titleText": "Delete Payment Profile",
        "middleContent": "You are about to delete the following payment profile that is currently used on N subscription(s):",
        "itemsSubstituteCharacter": "N",
        "replaceText": "Please select a payment profile to replace it:",
        "deleteButtonText": "Delete & Replace",
        "cancelButtonText": "Don't Delete"
      }
    },
    "onDefaultPaymentProfileChanged": {
      "titleText": "New Default Payment Profile",
      "middleContent": "You have just set the following payment profile to be your new default payment profile. Would you like to replace the payment profiles on your subscription(s) with this one?",
      "expiresText": "Exp. M/Y",
      "itemGroupText": "Replace payment profiles for N subscription(s) using the previous default payment profile",
      "allItemsText": "Replace payment profile for all N subscription(s)",
      "itemsSubstituteCharacter": "N",
      "doNotReplaceText": "Do not replace",
      "confirmButtonText": "Confirm"
    }
  }
}