v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBNoname
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
Example request
{
"cvv": "123"
}Response
CVV was validated successfully