---
page_source: https://juspay.io/in/docs/hyper-checkout/android/resources/clickstream-event--payment-option-selected
page_title: Clickstream Event - Payment Option selected
---


# Clickstream Event - Payment Option Selected



**Event type:** payment_option_selected

**When:**  This is emitted whenever a user select any Payment Instrument

![Image](https://dth95m2xtyv8v.cloudfront.net/tesseract/assets/hyper-checkout/-PNGe0.gif)




## payment_method_type Payload
- **Key**:
  - Description: * WALLET
      * UPI
      * CARD
      * REWARD
      * NET BANKING
      * COD
      * CONSUMER_FINANCE
  - Value: The above list covers the possible values for the key payment_method_type, for which user can select any payment instrument.
  - Tags: String, Mandatory


## payment_method Payload
- **Key**:
  - Description: * Cards - VISA, RUPAY, MASTERCARD, DINERS, etc.
      * Food card - SODEXO
      * Wallets - Phonepe, Payzapp, Freecharge, Jiomoney, Mobikwik, etc.
      * Paylater - Lazypay, Simpl, etc.
      * Consumer Finance - SHOPSE, ICICI_CLEMI, etc.
      * UPI Collect - @ybl, @paytm, @axisb, @okhdfc, etc.
      * UPI Intent - com.goibibo, com.phonepe, com.googlepay, etc.
      * UPI QR - UPI_QR
      * Cash On Delivery - cashOD
      * Rewards - TWID
      * Inapp UPI - CRED
      * Netbanking - NB_AUB, NB_ICICI, NB_HDFC, NB_CANR, etc.
  - Value: The above list covers the possible values for the key payment_method, for which user can select any payment instrument.
  - Tags: String, Mandatory


## payment_method_sub_type Payload
- **Key**:
  - Description: * WALLET
      * CF_EMI
      * CF_BNPL
  - Value: The above list covers the possible values for the key payment_method_sub_type, for which user can select any payment instrument.
  - Tags: String, Mandatory





## Sample Code Snippets:
### payment_option_selected:

#### Cardless EMI Wallet without plan Code Snippet:

```cardless emi wallet without plan
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "is_emi": null,
    "is_saved": null,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "SHOPSE",
    "payment_method_sub_type": "CF_EMI",
    "payment_method_type": "CONSUMER_FINANCE",
    "time_to_select": 2124414
  }
}

```

#### Cardless EMI Wallet with plan Code Snippet:

```cardless emi wallet with plan
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": true,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": null,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "ICICI_CLEMI",
    "payment_method_sub_type": "CF_EMI",
    "payment_method_type": "CONSUMER_FINANCE",
    "time_to_select": 390357
  }
}

```

#### Cash on Delivery Code Snippet:

```cash on delivery
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 1.43,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "cashOD",
    "payment_method_sub_type": null,
    "payment_method_type": "COD",
    "time_to_select": 390357
  }
}

```

#### UPI Collect Code Snippet:

```upi collect
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "@ybl",
    "payment_method_sub_type": null,
    "payment_method_type": "UPI",
    "time_to_select": 37785
  }
}

```

#### Inapp UPI - Cred Code Snippet:

```inapp upi - cred
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "CRED",
    "payment_method_sub_type": null,
    "payment_method_type": "WALLET",
    "time_to_select": 390357
  }
}

```

#### EMI Code Snippet:

```emi
{
  "label": "payment_option_selected",
  "value": {
    "card_type": "CREDIT",
    "emi_tenure": 9,
    "emi_type": "NO_COST_EMI",
    "is_emi": true,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": "JP_ICICI",
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "VISA",
    "payment_method_sub_type": null,
    "payment_method_type": "CARD",
    "time_to_select": 50104
  }
}

```

#### Food Card Code Snippet:

```food card
{
  "label": "payment_option_selected",
  "value": {
    "card_type": "DEBIT",
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": false,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": "JP_SODEXO",
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "SODEXO",
    "payment_method_sub_type": null,
    "payment_method_type": "CARD",
    "time_to_select": 390357
  }
}

```

#### UPI Intent Code Snippet:

```upi intent
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": false,
    "surcharge_amount": 11.04,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "com.goibibo",
    "payment_method_sub_type": null,
    "payment_method_type": "UPI",
    "time_to_select": 390357
  }
}

```

#### Netbanking Code Snippet:

```netbanking
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": false,
    "surcharge_amount": 1.04,
    "juspay_bank_code": "JP_AUB",
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "NB_AUB",
    "payment_method_sub_type": null,
    "payment_method_type": "NET BANKING",
    "time_to_select": 2207411
  }
}

```

#### New Add Card Code Snippet:

```new add card
{
  "label": "payment_option_selected",
  "value": {
    "card_type": "DEBIT",
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": "JP_SBI",
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "VISA",
    "payment_method_sub_type": null,
    "payment_method_type": "CARD",
    "time_to_select": 390357
  }
}

```

#### Paylater Code Snippet:

```paylater
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": false,
    "surcharge_amount": null,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "LAZYPAY",
    "payment_method_sub_type": "CF_BNPL",
    "payment_method_type": "WALLET",
    "time_to_select": 390357
  }
}

```

#### UPI QR Code Snippet:

```upi qr
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "UPI_QR",
    "payment_method_sub_type": null,
    "payment_method_type": "UPI",
    "time_to_select": 390357
  }
}

```

#### TWID - Rewards Code Snippet:

```twid - rewards
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "TWID",
    "payment_method_sub_type": null,
    "payment_method_type": "REWARD",
    "time_to_select": 390357
  }
}

```

#### Saved Card Code Snippet:

```saved card
{
  "label": "payment_option_selected",
  "value": {
    "card_type": "CREDIT",
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": true,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": "JP_SBI",
    "last_used": "2023-12-11T06:59:25Z",
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "VISA",
    "payment_method_sub_type": null,
    "payment_method_type": "CARD",
    "time_to_select": 390357
  }
}

```

#### Saved VPA Code Snippet:

```saved vpa
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": true,
    "is_selected": true,
    "surcharge_amount": 11.04,
    "juspay_bank_code": null,
    "last_used": "2024-02-09T15:32:31Z",
    "mandate_support": null,
    "offer_applicable": null,
    "payment_method": "@ybl",
    "payment_method_sub_type": null,
    "payment_method_type": "UPI",
    "time_to_select": 390357
  }
}

```

#### Wallet Code Snippet:

```wallet
{
  "label": "payment_option_selected",
  "value": {
    "card_type": null,
    "emi_tenure": null,
    "emi_type": null,
    "is_emi": null,
    "is_saved": null,
    "is_selected": false,
    "surcharge_amount": 5,
    "juspay_bank_code": null,
    "last_used": null,
    "mandate_support": false,
    "offer_applicable": null,
    "payment_method": "MOBIKWIK",
    "payment_method_sub_type": "WALLET",
    "payment_method_type": "WALLET",
    "time_to_select": 42895
  }
}

```

