Card CVV

Get CVV

get/api/v1/cards/{publicToken}/cvv

Path parameters

publicTokenstring required

Response

Success

cvvstring nullable

New generated Cvv

resultStatus'Success' | 'KeysNotFound' | 'CvvCalculationError' | 'PanError' | 'EncryptedPanError' | 'DecryptionKeyError'

Success indicator

Example response

{
  "cvv": "405",
  "resultStatus": "Unblocked"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.