Skip to content

Demo Minimal Onboarding (Reseller) - QA/Testing

Overview

Streamlined test-only flow for resellers onboarding merchants with no prerequisites. Simulates Square-like instant setup for rapid QA testing.


Discovery Flow (JSON - for deterministic parsing)

discovery_questions
[
  {
    "id": "channels",
    "text": "Which channels for this merchant?",
    "options": ["Kiosk only", "Online ordering only", "Both"]
  }
]
setup_steps
{
  "Kiosk only": [
    {"title": "Demo Setup Complete", "route": "/orders", "auto_complete": true}
  ],
  "Online ordering only": [
    {"title": "Demo Setup Complete", "route": "/pickup-and-delivery/online-ordering", "auto_complete": true}
  ],
  "Both": [
    {"title": "Demo Setup Complete", "route": "/orders", "auto_complete": true}
  ]
}

Prerequisites

None - Instant demo environment for testing.


Auto-Created Resources

  • Demo location with mock data
  • Sample menu with test items
  • Mock payment configuration