Skip to content

Interface: ApplicantsSubmitTransactionForNonExistingApplicantInfoValue

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 non-existing applicant API Reference

Defined in

src/client.ts:2206


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 non-existing applicant API Reference

Defined in

src/client.ts:2224


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 non-existing applicant API Reference

Defined in

src/client.ts:2230


currencyCode

currencyCode: string

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

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2212


direction

direction: string

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

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2218


paymentDetails

Optional paymentDetails: string

A comment with payment details.

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2236


paymentTxnId

Optional paymentTxnId: string

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

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2242


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 non-existing applicant API Reference

Defined in

src/client.ts:2248