Skip to content

Interface: ApplicantsSubmitTransactionForExistingApplicantCounterpartyValue

Describes the structure of the counterparty parameter of ApplicantsSubmitTransactionForExistingApplicantRequest.counterparty

Perform transaction monitoring

externalUserId

externalUserId: string

An external identifier of the transaction participant (applicant or counterparty). Each participant must have a unique identifier that must be reused during all subsequent transactions. Make sure to use the same externalUserID for the same counterparty or applicant.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2121


fullName

fullName: string

Full name of the participant.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2127


type

type: string

Participant entity type: company or individual. Set to individual by default.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2133