---
title: "Create a merchant"
method: POST
path: "/merchants"
---

# Create a merchant

`POST /merchants`

## Request body

- object
  - `name` string, required — The merchant name
  - `bban` string — The merchant bank account bban
  - `iban` string — The merchant bank account iban
  - `psuId` string — The merchant national id
  - `psuCorporateId` string — The merchant business id
  - `phoneNumber` string — The merchant phone number
  - `displayName` string — The merchant display name
  - `logo` object — A logo of the merchant
    - `file` string — The file in base64
    - `fileName` string — The file name
    - `fileType` string — The file type

## Response `201`

Response

- object
  - `id` string — The unique identifier of the new merchant

## Other responses

- `400` — Invalid request format or invalid body
- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to preform this action
- `404` — Missing ordId or userId in token
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
