---
title: "Reset CVV2 retry counter"
method: PATCH
path: "/v1/cards/{cardId}/config/reset-cvv2-try-counter"
tags: ["Card lifecycle"]
---

# Reset CVV2 retry counter

`PATCH /v1/cards/{cardId}/config/reset-cvv2-try-counter`

Reset card and wallet CVV2 try counter to zero.

**Notes**: 
 * This is a PCI endpoint, use the https://gw-pci.pismolabs.io/cards-tokenization environment.
 * This endpoint takes an account token - an access token encoded with a Pismo account ID

## Path parameters

- `cardId` string, required

## Headers

- `x-tenant` string, required

## Request body

- ResetCvv2TryCounterRequest
  - `wallet` '216' | '103' | '217' — Wallet identifier: Google Pay - `216` Apple Pay - `103` Samsung Pay - `217`

## Response `204`

## Other responses

- `400` — Bad request
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
