---
page_source: https://juspay.io/in/docs/ec-headless/cordova/payloads/cards--saved-cards
page_title: Cards - Saved Cards
---


# Credit / Debit Saved Card transaction




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


This action starts a saved card transaction with THREE_DS authentication.

Create Payload to call Process API for New Cards transaction. Refer code snippets on the right for reference.

**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. If you send this parameter, then card_number, name_on_card, card_exp_year, card_exp_month fields are not required. If the token is generated using the /card/tokenize API, card_number, name_on_card, card_exp_year, card_exp_month and card_security_code fields are not required.
      - Tags: String, Mandatory
    - **CardSecurityCode**:
      - Description: CVV of the card. Usually three digits. Optional for all VISA saved cards, PLUXEE | SODEXO saved cards, and saved cards of select issuing banks of MASTERCARD
      - 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. Mandatory for AMEX to verify the input of 4 digit CVV.
      - Value: jdwqkdks
      - Tags: String
    - **ShowLoader**:
      - Description: To show a loader for the processing state.
      - Tags: Boolean
    - **Tavv**:
      - Description: Cryptogram is required to be passed in tavv
      - Tags: String
    - **RequestorId**:
      - Description: Pass Token requester id
      - Value:
      - Tags: String
    - **Par**:
      - Description: The PAR value as is received from the network. Can be used to check uniqueness of cards for use case of Offers, EMI etc.
      - Tags: String
    - **CardLastFour**:
      - Description: Token's last four. Optional in case of certain networks.
      - Tags: String
  - Tags: JSON, Mandatory



