Skip to content

Interface: KytBulkTransactionImportRequest

Describes the structure of the request for the kytBulkTransactionImport method

Perform transaction monitoring

applicantId

applicantId: string

A unique identification number of the applicant who passed user verification (KYC).

See

Bulk transaction import API Reference

Defined in

src/client.ts:2410


data

data: KytBulkTransactionImportDataValue

An object representing the transaction. For more information on the structure, see Submit transaction for existing applicant.

See

Bulk transaction import API Reference

Defined in

src/client.ts:2416


ignoreErrors

Optional ignoreErrors: boolean

true — all valid transactions will be created and returned, errors will be ignored during the processing and listed in the response.false (default) — valid transactions will be created up to the first detected error. The response will only contain the error on which the processing was interrupted.

See

Bulk transaction import API Reference

Defined in

src/client.ts:2422


scoreSavedTxns

Optional scoreSavedTxns: boolean

Allows you to control whether scoring should be run on imported transactions or not:true (default) — start scoring after import.false — do not start scoring after import.

See

Bulk transaction import API Reference

Defined in

src/client.ts:2428