---
title: "Get merchant"
method: GET
path: "/merchant-account/{merchantId}"
tags: ["Merchant Account"]
---

# Get merchant

`GET /merchant-account/{merchantId}`

Retrieve a merchant account by ID.

## Path parameters

- `merchantId` string, required

## Response `200`

Merchant account

- MerchantAccount — Merchant account as returned by `GET /merchant-account/{merchantId}`.
  - `merchant_id` string
  - `gateway_success_rate_based_decider_input` string, nullable

## Other responses

- `404` — Merchant not found

## Changes

- **2026-08-04** `36e7a0972ee6` — 2 warning, 2 info
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `message` from the response with the `200` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `data` to the response with the `404` status
- **2026-04-25** `986e537b0455` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-04-10** `9618544de91a` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BearerAuth` was removed from the API

[Change history](https://skmtc.dev/juspay/apis/decision-engine/changes/merchant-account/:merchantId/get.md)

---

[API](https://skmtc.dev/juspay/apis/decision-engine.md) · [All operations](https://skmtc.dev/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/ac1bf3c6e928/schema)
