Skip to content

Interface: ApplicantsSubmitTransactionForExistingApplicantInfoValue

Describes the structure of the info parameter of info

Perform transaction monitoring

amount

amount: unknown

The amount of funds used in this transaction.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2037


amountInDefaultCurrency

Optional amountInDefaultCurrency: unknown

The amount of funds used in this transaction in the default currency. For more precise calculations, you can submit already converted default currency amount in this field.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2055


cryptoChain

Optional cryptoChain: string

The crypto chain name. Mandatory for crypto tokens only. Specifies the network name to which the token at currencyCode belongs. Empty for native tokens (e.g. for BTC, ETH). For more information, see chain codes.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2061


currencyCode

currencyCode: string

Currency code (USD, GBP, BTC, etc).

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2043


direction

direction: string

Can be out (applicant sends to counterparty) or in (counterparty sends to applicant).

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2049


paymentDetails

Optional paymentDetails: string

A comment with payment details.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2067


paymentTxnId

Optional paymentTxnId: string

Crypto transaction ID from the blockchain. Required for crypto check requests only.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2073


type

Optional type: string

Accepts any value that helps you categorize transactions. For example, for gambling transactions, you can specify bonus, payroll, or cashback.

See

Submit transaction for existing applicant API Reference

Defined in

src/client.ts:2079