---
title: "Create merchant"
method: POST
path: "/merchant-account/create"
tags: ["Merchant Account"]
---

# Create merchant

`POST /merchant-account/create`

Register a new merchant account. The merchant ID is the primary identifier used in all subsequent routing and scoring calls.

## Request body

- CreateMerchantRequest
  - `merchant_id` string, required
  - `gateway_success_rate_based_decider_input` string, nullable

## Response `200`

Merchant created

- MerchantAccountCreateResponse
  - `message` string
  - `merchant_id` string
  - `gateway_success_rate_based_decider_input` string, nullable
  - `api_key` string, nullable — Default API key minted for the new merchant. Shown only once.

---

[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)
