---
title: "Get Merchant"
method: GET
path: "/api/v1/embedded/merchant"
tags: ["Embedded Checkout"]
---

# Get Merchant

`GET /api/v1/embedded/merchant`

Get merchant credentials by merchant API key.

## Query parameters

- `merchant_api_key` string, required

## Response `200`

Successful Response

- EmbeddedMerchantResponse
  - `status` integer, required — Response code, 0 means success
  - `message` string, required — Response message
  - `merchant_name` string — Name of the merchant
  - `api_base_url` string — Merchant API base URL
  - `merchant_config` EmbeddedMerchantConfig
    - `application_key` string — Jetcheckout application key
    - `api_base_url` string — Merchant API base URL
    - `mode` string — Merchant mode: test or production

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
