Tokenize Cards for Saved Card Checkout - Vue
JavaScript
Response Example
Set up a Vue component with a button and the CoinflowCvvOnlyInput component.
Create a button that sends a request to retokenize the card. Use the getToken() function to retrieve the token.
Set up the CoinflowCvvOnlyInput
This creates an input field for a returning user to enter their CVV associated with their previously tokenized card.
Display tokenized data
Reference the token and pass this into the Saved card checkout endpoint

