v1
latestOpenAPI 3.0.32026-07-2485236250.4 KBCards/Details
Get card CVV
Retrieves CVV code for the card using the action confirmation token generated using the Confirmation flow
post/api/v1/cards/{cardId}/cvv
Path parameters
cardIdstring required
Id of the card on which the action should be performed
Response
OK
Example response
{
"cvv": "123"
}