Skip to content

Interface: KytBulkTransactionImportDataValue

Describes the structure of the data parameter of data

Perform transaction monitoring

props

Optional props: string

Transaction properties. Map of strings - JSON of custom keys and string values.

See

Bulk transaction import API Reference

Defined in

src/client.ts:2380


sourceKey

Optional sourceKey: string

Source Key indication to separate accesses to transactions.

See

Bulk transaction import API Reference

Defined in

src/client.ts:2386


txnDate

Optional txnDate: string

Time when the transaction was initiated (format yyyy-MM-dd HH:mm:ss+XXXX, e.g. 2022-11-24 23:37:02+0000).

See

Bulk transaction import API Reference

Defined in

src/client.ts:2392


txnId

txnId: string

A unique transaction identifier.

See

Bulk transaction import API Reference

Defined in

src/client.ts:2374


type

Optional type: string

Transaction type. Takes predefined values: finance/gamblingBet/gamblingLimitChange/kyc/login/signup/passwordChange/twoFaReset/travelRule (finance by default).

See

Bulk transaction import API Reference

Defined in

src/client.ts:2398