resetVerificationAttemptsAsync

Asynchronously Resets the verification attempt counters for both PIN/CVV on a prepaid card. It clears failed attempts, restoring the card's ability to authorize transactions.

Parameters

cardId

Card identifier.

request

A ResetCardVerificationAttemptsRequest object Contains the needed information for resetting card verification attempts.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.