Cards/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

cvvstring required

CVV (Cards Verification Value) code for the card

Example response

{
  "cvv": "123"
}

Changes

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