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) 537 B
import type { MutationOptions } from '../types'; import type { IdVerificationProvidersRequest, StartVerificationCheckResponse } from './idVerificationProviders.types'; export declare const useIdVerificationStartCheck: (options?: Omit<MutationOptions<StartVerificationCheckResponse, unknown, IdVerificationProvidersRequest>, "mutationFn">) => import("@tanstack/preact-query").UseMutationResult<{ processId?: string; }, unknown, import("../../core/models/api/instant-id-verification").InstantIdVerificationStartCheckRequest, unknown>;