@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.
7 lines (6 loc) • 550 B
TypeScript
import type { InstantIdVerificationStartCheckRequest } from '../../core/models/api/instant-id-verification';
import type { components } from './idVerificationProviders.contract';
export type StartVerificationCheckResponse = components['schemas']['ProviderStartProcessResponse'];
export type IdVerificationProvidersRequest = InstantIdVerificationStartCheckRequest;
export type ProviderExtractionResponse = components['schemas']['ProviderExtractionResponse'];
export type ProviderExtractionRequest = components['schemas']['ProviderExtractionRequest'];