Interface: ApplicantsSubmitTransactionForExistingApplicantRequest
Describes the structure of the request for the 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
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
counterparty
• counterparty: ApplicantsSubmitTransactionForExistingApplicantCounterpartyValue
Transaction participant data (sender or remitter, depending on info.direction).
See
Submit transaction for existing applicant API Reference
Defined in
info
• info: ApplicantsSubmitTransactionForExistingApplicantInfoValue
An object representing transaction information.
See
Submit transaction for existing applicant API Reference
Defined in
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
sourceKey
• Optional sourceKey: string
A source key indication to separate access to transactions.
See
Submit transaction for existing applicant API Reference
Defined in
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
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
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