Skip to content

Interface: ApplicantsSubmitTransactionForExistingApplicantRequest

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

Perform transaction monitoring

applicant

applicant: ApplicantsSubmitTransactionForExistingApplicantApplicantValue

Transaction participant data with mandatory applicantId (sender or remitter, depending on info.direction).

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2152


applicantId

applicantId: string

A unique identification number of the applicant who passed user verification (KYC). If you do no have such an applicant, use Submit transaction for non-existing applicant instead.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2158


counterparty

counterparty: ApplicantsSubmitTransactionForExistingApplicantCounterpartyValue

Transaction participant data (sender or remitter, depending on info.direction).

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2164


info

info: ApplicantsSubmitTransactionForExistingApplicantInfoValue

An object representing transaction information.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2170


props

Optional props: ApplicantsSubmitTransactionForExistingApplicantPropsValue

A map of strings in JSON format with custom keys and string values. Represents transaction properties.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2182


sourceKey

Optional sourceKey: string

A source key indication to separate access to transactions.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2188


txnDate

Optional txnDate: string

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

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2194


txnId

txnId: string

A unique transaction identification number. Note: If the specified txnId already exists, a 409 error code "Entity already exists" is returned. To update an existing transaction, use the bulk import method.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2176


type

Optional type: string

A transaction type. Expects predefined values: finance/gamblingBet/gamblingLimitChange/gamblingBonusChange /kyc/login/signup/passwordChange/twoFaReset/travelRule. (finance by default).

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2200