v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Card CVV

Unblock CVV - Idempotent

patch/api/v1/cards/{publicToken}/cvv/status

Path parameters

publicTokenstring required

Request body

status'Unblocked' | 'Blocked' required

The new status of the card's CVV. This should be set to 'Unblocked' when unblocking the CVV.

descriptionstring nullable

Reason for unblocking the CVV.

updatedBystring nullable

User who unblocked the CVV.

Example request

{
  "status": "Unblocked"
}

Response

No Content