---
page_title: Enable CVV Less
product: CVV Less
page_source: https://juspay.io/in/docs/cvv-less/docs/cvv-less-payments/enable-cvv-less
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/cvv-less/llms.txt
---


# Enabling CVV Less flow




### **Step 2:** Enable CVV Less flow on your payment page 



---

## Integration type : Juspay HyperCheckout (Payment Page)


### Step 1.1. Juspay Config Changes


* [Login](https://portal.juspay.in/marketplace?id=ef2df430-b30c-406f-b0fb-24c9c3989995&name=CVV%2520Less) to Juspay Dashboard and navigate to Marketplace tab to get the CVV Less flow enabled on your Juspay payment page



---

## Integration type : Juspay Express Checkout SDK


### 2.1 Get list of saved cards and CVV Less eligibility


* Use the [List Card Process Call to](https://docs.juspay.in/cvv-less/docs/cvv-less-payments/list-card-process-call) get the list of all the cards saved for the customer and their respective eligibility status for CVV less payments
* Alternatively, Juspay also provides this information in the [List Card API](https://docs.juspay.in/cvv-less/docs/cvv-less-payments/list-card-api) that can be invoked from your backend




### 2.2  Display changes of CVV input box & Txn initiation


* If the card being used supports CVV Less payments, remove the CVV input box from the UI
* Initiate CVV Less card transactions for eligible saved cards using [Card Txns Process Payload](https://docs.juspay.in/cvv-less/docs/cvv-less-payments/process-payload-for-cvv-less)




### Step 2.3 Juspay Config Changes


* [Login](https://portal.juspay.in/marketplace?id=ef2df430-b30c-406f-b0fb-24c9c3989995&name=CVV%2520Less) to Juspay Dashboard and navigate to Marketplace tab to get the CVV Less flow enabled on your Juspay payment page



---

## Integration type : Juspay Express Checkout API


### 2.1 Get list of saved cards and CVV Less eligibility


Check Card BIN eligibility for CVV Less support

* Use the [List Card API](https://docs.juspay.in/cvv-less/docs/cvv-less-payments/list-card-api) to get the list of all the cards saved for the customer and are eligible for CVV less payments




### 2.2 Display changes of CVV input box & Txn initiation


* If the card being used supports CVV Less payments, remove the CVV input box from the UI
* Initiate CVV Less card transactions for eligible saved cards using [Txns API call](https://docs.juspay.in/cvv-less/docs/cvv-less-payments/txns-api-for-cvv-less)



---

## See Also

- [PA/PG Set Up](https://juspay.io/in/docs/cvv-less/docs/cvv-less-payments/papg-set-up)
- [Testing & Validation](https://juspay.io/in/docs/cvv-less/docs/cvv-less-payments/testing--validation)
