UNPKG

@adyen/kyc-components

Version:

This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.

6 lines (5 loc) 446 B
import type { AdyenIndividualConfigurationProps } from './adyen-individual-configuration.types'; /** * Enables users to enter their personal details, upload the required documents, and send this information to Adyen for verification. * */ export declare const AdyenIndividual: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, view, }: AdyenIndividualConfigurationProps) => import("preact/jsx-runtime").JSX.Element;