Adding the EMI
Step 4: Enable EMI on your payment page
Step 4.1
Juspay Config Changes
Step 4.2
Consume payment response
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt
For EMI enablement, Login to Juspay Dashboard and navigate to Marketplace tab to get the EMI flow enabled on your Juspay payment page
Juspay will release these changes in testing environment (CUG) for you to initiate the end to end testing on your app / website
As soon as the Juspay config changes are released to CUG and you also configure EMI Plans and related Low Cost / No Cost Offers on Juspay Dashboard, EMI payment option will start reflecting on your payment page.
Juspay will include the EMI value in Webhooks and Order Status responses to distinguish normal and EMI transactions.
Backend changes are necessary at your end to consume these responses.
If you want to display only the EMI payment option on the payment page for an order, include payment_filter parameter in the payload with the necessary conditions. Detailed payload parameters can be referred here.
Use case: You sell a premium product X on your online platform and you want give only EMI payment option to your users. To handle this, you can use the payment_filter parameter in the payload while invoking the payment page if the cart has product X added to it.