× Docs Platform Dashboard Extensions Applications Building Merchants Sign in

Onboarding

Config key: onboarding

Types: (s) - string, (b) - boolean, (i) - integer


  • hideSections: ([s]: []) array of section names to hide in onboarding flow
  • hideRegister: ([s]: []) array of group names to skip onboarding flow from register
  • hideApp: ([s]: []) array of group names to skip onboarding flow from register and login
  • documents
    • hide: (b: false) option to hide documents section
"onboarding": {
  "hideSections": [],
  "hideRegister": [],
  "hideApp": [],
  "documents": { "hide": false }
}