Overview

The Onboarding component renders the interface for payments onboarding of EU and UK entities. For more information, see Onboarding via Web Component.

Permissions

To access this component, the entity 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
Onboarding component preview

Usage

Use the Onboarding component as shown below to onboard an entity for payment acceptance. The entity ID is inferred from the authenticating token.

1import { Onboarding } from "@monite/sdk-react"
2
3...
4
5// TODO: This component must be rendered within the MoniteProvider wrapper
6 const OnboardingPage = () => {
7 return <Onboarding />
8};

Props

None.