Skip to content

Interface: ApplicantActionsSubmissionRequest

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

Handle applicant actions

address

address: string

Target address hash.

See

Submission API Reference

Defined in

src/client.ts:1562


applicantId

applicantId: string

A unique applicant identifier.

See

Submission API Reference

Defined in

src/client.ts:1568


currency

currency: string

BTC, ETH, BCH, LTC, USDT, ERC-20, BSV, XLM, ...

See

Submission API Reference

Defined in

src/client.ts:1574


direction

direction: string

Operation type. Can be withdrawal or deposit.

See

Submission API Reference

Defined in

src/client.ts:1580


tokenId

Optional tokenId: string

Check the Get available tokens method to get the full list of available currencies and token IDs.

See

Submission API Reference

Defined in

src/client.ts:1586


txn

Optional txn: string

Transaction hash. For withdrawals, txn should not be set at all or set to null.

See

Submission API Reference

Defined in

src/client.ts:1592