Skip to main content

Overview

The Onboarding component renders the interface for payments onboarding of organizations. For more information, see Onboarding via Web Component.

Permissions

To access this component, the organization user must have permissions for the onboarding, person, entity, and entity_bank_account object types. For more information, see List of permissions.

Preview

Onboarding component preview

Usage

Use the Onboarding component as shown below to onboard an organization for payment acceptance. The organization ID is inferred from the authenticating token.
import { Onboarding } from "@tesouro/sdk-react"

...

// This component must be rendered within the TesouroProvider wrapper
 const OnboardingPage = () => {
  return <Onboarding />
};

Props

None.