---
title: "Merchant Operator - Create"
method: POST
path: "/api/valor/createMerchantOperator"
---

# Merchant Operator - Create

`POST /api/valor/createMerchantOperator`

## Headers

- `Authorization` string, required
- `isv-secret-key` string

## Request body

- object
  - `userName` string, required — Merchant user name (Alphanumeric length of 25 chars)
  - `emailId` string, required — Merchant email id - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `firstName` string, required — Max length is 15 char - varchar (First name of the Mechant)
  - `lastName` string, required — Max length is 15 char - varchar (Last name of the Mechant)
  - `mobile` string, required — Merchant phone number- 10 digit Numeric (Ex: 5247896523)
  - `merchantUserName` string, required — Merchant user name (Alphanumeric length of 25 chars)
  - `selectedEpi` string[], required — End Point Identifier
  - `selectedStore` integer[], required
  - `moduleList` integer[], required
  - `featureList` integer[], required
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)
  - `userNotificationSettings` object[] — need to give this Object only {"notification_type":"Invoice Paid","push":1,"sms":1,"email":1},{"notification_type":"Invoice Pending","email":1,"sms":1,"push":1},{"notification_type":"Invoice Rejected","push":1,"sms":1,"email":1}
    - `notification_type` string — e-invoice paid notification for operator
    - `push` integer — An push notification will be sent when the payment status value is either 0 or 1.
    - `sms` integer — An sms notification will be sent when the payment status value is either 0 or 1.
    - `email` integer — An email notification will be sent when the payment status value is either 0 or 1.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/valorpaytech/apis/ecommerce-api.md) · [All operations](https://skmtc.net/valorpaytech/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valorpaytech/ecommerce-api/revisions/c6468b606325/schema)
