getCardVerificationInformationAsync

open fun getCardVerificationInformationAsync(instrumentId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<CardVerificationInfo>)

Asynchronously retrieves instrument verification details for cards.

Parameters

instrumentId

The ID of the instrument.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.