Skip to main content
This API Onboarding Flow guides you through the complete process of inviting a business to your platform and adding owner details. This flow consists of two sequential API calls that handle business invitation, business verification, and owner prefill details addition.

Important information

This flow is provided as an example use case of the SDK. It may be different depending on your integration requests with Worth services.

Quick Overview

The business onboarding process follows a linear sequence of API calls: Flow Steps:
  1. Customer Sign In (POST) - Returns customer id_token
  2. Add Business (POST) - Creates business and case data
  3. Initialize SDK

Next Steps