Skip to content

Interface: ApplicantActionsAddPaymentMethodInformationRequest

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

Handle applicant actions

actionId

actionId: string

A unique applicant action identifier.

See

Add payment method information API Reference

Defined in

src/client.ts:1609


data

Optional data: ApplicantActionsAddPaymentMethodInformationDataValue

An object that represents a payment method. requiredIdDoc contains information for comparison with the recognized image data from the applicant.

See

Add payment method information API Reference

Defined in

src/client.ts:1621


subType

Optional subType: string

A payment subtype. For example, VISA, MASTERCARD, etc.

See

Add payment method information API Reference

Defined in

src/client.ts:1627


type

type: string

A payment type. Can be: bankCard, eWallet, wireTransfer.

See

Add payment method information API Reference

Defined in

src/client.ts:1615