reset Verification Attempts
abstract suspend fun resetVerificationAttempts(cardId: String, request: ResetCardVerificationAttemptsRequest): CardAttemptResetInfo
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.
Return
A CardAttemptResetInfo object containing the reset information.
Parameters
card Id
Card identifier.
request
A ResetCardVerificationAttemptsRequest object Contains the needed information for resetting card verification attempts.