reset Verification Attempts Async
open fun resetVerificationAttemptsAsync(cardId: String, request: ResetCardVerificationAttemptsRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<CardAttemptResetInfo>)
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
card Id
Card identifier.
request
A ResetCardVerificationAttemptsRequest object Contains the needed information for resetting card verification attempts.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.