---
page_source: https://juspay.io/in/docs/ec-headless/cordova/payloads/cvv-less-flow
page_title: CVV less Flow
---


# Saved Card - CVV Less Flow



Say goodbye to CVV hassles and say hello to seamless transactions

Free your customers from the hassle of entering CVV and offer them a seamless, secure, and lightning-fast payment experience. Your card is securely protected by a token, allowing you to enjoy a frictionless and secure payment process with just one click.

Below are the steps to do a CVV Less transaction via a saved card


### Step 1.1. Card - List Saved


This operation needs to be called before loading the payment page to get the details of the cards stored by the user.




### Step 1.1. Card Txn - Saved Card CVV Less


This action starts a saved card transaction with THREE_DS authentication.

Create Payload to call Process API for the transaction. Refer code snippets on the right for reference. For CVV Less transactions, CVV is not required to be passed in the payload

**Payload Parameters** 


## Request Payload
- **RequestId**:
  - Description: Unique uuid-v4 string
    
    Example: abcd-12345-abcd-12345
  - Value: value
  - Tags: String, Mandatory
- **Service**:
  - Description: Value: in.juspay.hyperapi
  - Tags: String, Mandatory
- **Payload**:
  - Description: Parameters required to call Hyper SDK API
  - Value:
    - **Action**:
      - Description: Must be cardTxn for Card Process calls.
      - Tags: String, Mandatory
    - **OrderId**:
      - Description: order id pertaining to the order for which the payment is started.
      - Tags: String, Mandatory
    - **CardToken**:
      - Description: A valid card token obtained using /card/list API or cardList SDK call
      - Tags: String, Mandatory
    - **ClientAuthToken**:
      - Description: Required for client side authentication
      - Tags: String, Mandatory
    - **PaymentMethod**:
      - Description: This is network of the card number provided. One of VISA/MASTERCARD/MAESTRO/AMEX/RUPAY
      - Tags: String
    - **ShowLoader**:
      - Description: To show a loader for the processing state.
      - Tags: Boolean
  - Tags: JSON, Mandatory



