---
page_title: Enable EMI
product: EMI
page_source: https://juspay.io/in/docs/emi/docs/standard-emi-suite/enable-emi
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/emi/llms.txt
---


# Adding the EMI




### **Step 3:** Enable EMI on your payment page 



---

## Integration type : Juspay HyperCheckout (Payment Page) Session API


### Step 3.1 Juspay Config Changes


* To get the EMI flow enabled on your Juspay payment page, [Login](https://portal.juspay.in/marketplace)to Juspay Dashboard and navigate to Marketplace tab and start integration for Standard EMI Suite.
* Juspay will release these changes in testing environment (CUG) for you to initiate the end to end testing on your app / website




### Step 3.2 Consume payment response


* If opted, Juspay will include the EMI plans details in Webhooks and Order Status responses to distinguish then from normal transactions.
* Backend changes are necessary at your end to consume these responses.
  
  * [Webhook request](https://docs.juspay.in/emi/docs/standard-emi-suite/webhooks-request)
  * [Order Status response](https://docs.juspay.in/emi/docs/standard-emi-suite/order-status-response)



---

## Integration type : Juspay Express Checkout API


### 3.1   Get the EMI plan list


* Before loading the payment page, you can use the Juspay [List EMI Plans](https://docs.juspay.in/emi/docs/standard-emi-suite/list-emi-plans-api) to get the list of EMI plans enabled across gateways.
* Consume the EMI plans and display those EMI plans on the payment page.




### 3.2 Initiate EMI transaction


* For Pinelabs gateway, include the “order_basket” details while creating the order. Refer [here](https://docs.juspay.in/emi/docs/standard-emi-suite/create-order-api) for the parameter details.
* Before initiating an EMI transaction, it is recommended to perform an eligibility check using the [Transaction eligibility API](https://juspay.io/in/docs/emi/docs/standard-emi-suite/api-txns-eligibility) or [Transaction Eligibility Process Call](https://juspay.io/in/docs/emi/docs/standard-emi-suite/sdk-transaction-eligibility-call) to ensure that the required gateways are available to process the EMI transaction.
* Once a customer initiates a EMI transaction, you can initiate the transaction with Juspay with following changes:
  
  * Pass additional parameters `emi_type,emi_tenure,is_emi,emi_bank`**** in the existing `Txns`[API call](https://docs.juspay.in/emi/docs/standard-emi-suite/api-txns-call-for-emi)that you are using to initiate card transactions
  * Juspay backend will route the transaction to the gateway which is enabled for EMI and proceeds with the bank OTP page for OTP authentication by the customer.




### Step 3.3 Consume payment response


* Juspay will include the EMI block in Webhooks and Order Status responses to distinguish normal and EMI transactions.
* Backend changes are necessary at your end to consume these responses.
  
  * [Webhook request](https://docs.juspay.in/emi/docs/standard-emi-suite/webhooks-request)
  * [Order Status response](https://docs.juspay.in/emi/docs/standard-emi-suite/order-status-response)



---

## Integration type : Juspay Express Checkout SDK


### Step 3.1  Get the EMI plan list


* While loading the payment page, call Juspay[List EMI Plans API](https://docs.juspay.in/emi/docs/standard-emi-suite/list-emi-plans-api)[](https://docs.juspay.in/emi/docs/standard-emi-suite/list-emi-plans)to get the list of EMI plans enabled across gateways.
* Consume the EMI plans and display those EMI plans on the payment page.




### Step 3.2 Initiate EMI transaction


* For Pinelabs gateway, include the “order_basket” details while creating the order. Refer [here](https://docs.juspay.in/emi/docs/standard-emi-suite/create-order-api) for the parameter details.
* Before initiating an EMI transaction, it is recommended to perform an eligibility check using the [Transaction eligibility API](https://juspay.io/in/docs/emi/docs/standard-emi-suite/api-txns-eligibility) to ensure that the required gateways are available to process the EMI transaction.
* Once a customer initiates a EMI transaction, you can initiate the transaction with Juspay with following changes:
  
  * Pass additional parameters `emi_type,emi_tenure, is_emi, emi_bank`**** in the existing `sdk`[Process call](https://docs.juspay.in/emi/docs/standard-emi-suite/process-payload-for-emi)that you are using to initiate card transactions
  * Juspay backend will route the transaction to the gateway which is enabled for EMI and proceeds with the bank OTP page for OTP authentication by the customer.




### Step 3.3 Consume payment response


* Juspay will include the EMI block in Webhooks and Order Status responses to distinguish normal and EMI transactions.
* Backend changes are necessary at your end to consume these responses.
  
  * [Webhook request](https://docs.juspay.in/emi/docs/standard-emi-suite/webhooks-request)
  * [Order Status response](https://docs.juspay.in/emi/docs/standard-emi-suite/order-status-response)



---

## Integration type : Juspay HyperCheckout (Payment Page) Signature


### Step 3.1 Juspay Config Changes


* To get the EMI flow enabled on your Juspay payment page, [Login](https://portal.juspay.in/marketplace)to Juspay Dashboard and navigate to Marketplace tab and start integration for Standard EMI Suite.
* Juspay will release these changes in testing environment (CUG) for you to initiate the end to end testing on your app / website




### Step 3.2 Consume payment response


* If opted, Juspay will include the EMI plans details in Webhooks and Order Status responses to distinguish then from normal transactions.
* Backend changes are necessary at your end to consume these responses.
  
  * [Webhook request](https://docs.juspay.in/emi/docs/standard-emi-suite/webhooks-request)
  * [Order Status response](https://docs.juspay.in/emi/docs/standard-emi-suite/order-status-response)



---

## See Also

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