---
page_title: Configure Plan on Dashboard
product: Juspay Billing
page_source: https://juspay.io/in/docs/juspay-billing/docs/billing/configure-plan-on-dashboard
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/juspay-billing/llms.txt
---


# **Configure Plan on Dashboard** 




### How to configure plans



You can configure plans on Juspay Dashboard. Please get this add on enabled by your account representative. 

Plans are created in the Juspay Dashboard. The plan_id generated here is the primary handle you pass during mandate registration and all billing operations. Plans cannot be created via API.

1. Log in to Juspay Dashboard → Mandate Management → Plan Management
   
   ![Image](https://dth95m2xtyv8v.cloudfront.net/tesseract/assets/juspay-billing/Screenshot%202026-03-18%20at%204.13.20%E2%80%AFPM-RVKkb.png)
2. Click "Create Plan" and select your plan type
   
   ![Image](https://dth95m2xtyv8v.cloudfront.net/tesseract/assets/juspay-billing/Screenshot%202026-03-18%20at%204.16.24%E2%80%AFPM.png)
3. Fill in: Plan Name, Plan ID, Currency, Amount (for Fixed or Hybrid), Billing Cycle, On Payment Failure action
   
   ![Image](https://dth95m2xtyv8v.cloudfront.net/tesseract/assets/juspay-billing/Screenshot%202026-03-18%20at%204.18.22%E2%80%AFPM.png)
4. For Usage-Based, Hybrid, and Add-On plans: go to Metrics tab, create your billing metrics, and attach them to the plan. Each metric gets a metric_id used when sending usage events.
   
   ![Image](https://dth95m2xtyv8v.cloudfront.net/tesseract/assets/juspay-billing/Screenshot%202026-03-18%20at%204.18.54%E2%80%AFPM.png)
5. Save and note the plan_id and any metric_ids — both are referenced in API calls

> **Warning**
> **Plan ID and On Payment Failure — get these right upfront** 
> 
> Plan ID is permanent. It cannot be changed after creation. Use a clear naming convention: PROD_FIXED_MONTHLY_BASIC, PROD_USAGE_API_V1.
> 
> On Payment Failure controls what Juspay does when a debit fails. Options: RETRY (retry on next scheduled attempt), SKIP (skip this cycle, continue next), REVOKE (cancel the mandate). Choose based on your business rules before going live.



> **Warning**
> Changing a Plan will impact all existing mandates, if you want only new mandates to be affected, please create a new plan and discontinue the existing mandate. 



---

## See Also

- [Plan Types](https://juspay.io/in/docs/juspay-billing/docs/billing/plan-types)
- [Create Customer](https://juspay.io/in/docs/juspay-billing/docs/billing/create-customer)
