Skip to content

Interface: KytEditNotesRequest

Describes the structure of the request for the SumsubClient.kytEditNotes method

Perform transaction monitoring

id

id: string

A unique note identifier.

See

Edit notes API Reference

Defined in

src/client.ts:2579


note

note: string

A new note.

See

Edit notes API Reference

Defined in

src/client.ts:2585


tags

Optional tags: unknown

Tags that you may want to assign.

See

Edit notes API Reference

Defined in

src/client.ts:2597


txnId

txnId: string

A unique transaction identifier.

See

Edit notes API Reference

Defined in

src/client.ts:2591