v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCVV 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
Example request
{
"cvv_rotation_interval_hours": 4320
}Response
OK. (The CVV rotation interval was changed)
Example response
{
"id": 6743052,
"cvv_rotation_interval_hours": 4320
}