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.

3 lines (2 loc) 285 B
import type { ExistingTransferInstrument, TransferInstrument } from '../../core/models/api/transfer-instrument'; export declare const createTransferInstrument: (rootLegalEntityId: string, baseUrl: string, transferInstrument: TransferInstrument) => Promise<ExistingTransferInstrument>;