---
title: "Create merchant from dashboard"
method: POST
path: "/onboarding/merchant"
tags: ["Auth"]
---

# Create merchant from dashboard

`POST /onboarding/merchant`

Create and attach a merchant to the current operator user.

## Request body

- CreateDashboardMerchantRequest
  - `merchant_name` string, required

## Response `200`

OK

- CreateDashboardMerchantResponse
  - `token` string — Refreshed JWT scoped to the new merchant.
  - `merchant_id` string
  - `merchant_name` string
  - `merchants` MerchantInfo[]
    - `merchant_id` string
    - `merchant_name` string
    - `role` string

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
