v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Noname

Validate noname card CVV

Validates the given card's CVV. Only for cards that have not yet been bound to an account and customer.

Notes:

  • This endpoint requires 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.

post/pcicards/v2/pcicards/cvv/{cardId}/noname/validate

Path parameters

cardIdstring required

Pismo card ID

Request body

cvvstring required

CVV to be validated against card info

Example request

{
  "cvv": "123"
}

Response

CVV was validated successfully