v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
CVV rotation

Update CVV rotation interval

Allows to manage CVV rotation, for example:

  • Set CVV rotation for cards without CVV rotation

  • Increase/decrease CVV rotation interval

A Card CVV changed event is generated with operation_type = CHANGE_CVV_ROTATION

Notes

  • This endpoint takes an account token - an access token encoded with a Pismo account ID.

  • This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

patch/pcicards/v2/pcicards/cvv/{cardId}/change-rotation

Path parameters

cardIdstring required

Pismo card ID

Request body

cvv_rotation_interval_hoursinteger required

New CVV rotation interval in hours

Example request

{
  "cvv_rotation_interval_hours": 4320
}

Response

OK. (The CVV rotation interval was changed)

idinteger

ID of card to create relationship for

cvv_rotation_interval_hoursinteger

New CVV rotation interval in hours

Example response

{
  "id": 6743052,
  "cvv_rotation_interval_hours": 4320
}