---
title: "Get SubMerchant Information"
method: GET
path: "/sub_merchants/{sub_merchant_id}"
---

# Get SubMerchant Information

`GET /sub_merchants/{sub_merchant_id}`

Retrieve the information for a specific SubMerchant.

## Path parameters

- `sub_merchant_id` integer, required

## Headers

- `Content-Type` string, required
- `X-Date` string, date-time, required
- `X-Login` string, required
- `Authorization` string, required
- `X-Idempotency-Key` string

## Response `200`

Successful request. Returns the SubMerchant details.

- object
  - `sub_merchant_id` integer — Identifier of the SubMerchant on our end.
  - `markup_fee` number, double — Commission earned in each deposit. It is a percentual, expressed in decimal. E.g.: value 2.00 represents %2.00
  - `sub_merchant_name` string — Represents the name of the SubMerchant.
  - `email` string — Email of the main user in the SubMerchant. In case you may want to match it with a user on your end, please request SubMerchant to signup with that address.
  - `status` 'ACTIVE' | 'INACTIVE' — Represents if the SubMerchant is either active or inactive. Only active merchants can process transactions.
  - `external_submerchant_id` string — Represents the SubMerchant identifier on your end, if this information is included in the Referral Signup Form URL.
  - `balance` object — SubMerchant balance information.
    - `currency` string — Balance currency code.
    - `total` number, double — Total balance amount.
    - `usable` number, double — Usable balance amount.
    - `available` number, double — Available balance amount.

## Other responses

- `400` — The request could not be processed due to a client-side error.

---

[API](https://skmtc.net/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.net/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d24/docs-d24-com/versions/fb0e2ddec198/schema)
