v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Card lifecycle

Reset CVV2 retry counter

Reset card and wallet CVV2 try counter to zero.

Notes:

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

Path parameters

cardIdstring required

Card ID

Headers

x-tenantstring required

Pismo organization/tenant ID

Request body

wallet'216' | '103' | '217'

Wallet identifier: Google Pay - 216 Apple Pay - 103 Samsung Pay - 217

Example request

{
  "wallet": "216"
}