---
title: "Sub-ISO - Create"
method: POST
path: "/api/valor/createSubiso"
---

# Sub-ISO - Create

`POST /api/valor/createSubiso`

## Headers

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

## Request body

- object
  - `userName` string, required — ISO user name (Alphanumeric length of 25 chars)
  - `emailId` string — ISO 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)
  - `DBAName` string, required — Max length is 15 char - varchar (Ex: SRM Hardware LLC, Merchant Firm Cafe)
  - `mobile` string, required — ISO phone number- 10 digit Numeric (Ex: 5247896523)
  - `address` string, required — Address should be max 100 chars - Alphanumeric
  - `zipcode` string — Zip code should be 5 digits (Numeric - Ex: 10001, 90002)
  - `city` string, required — City should be allowed max 50 chars of string (Ex: New York, San Francisco)
  - `state` string, required
  - `techsupportMobile` string, required — Phone number- 10 digit Numeric (Ex: 5247896523)
  - `techextension` string, required
  - `techsupportemailId` string — Email id - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `salesupportMobile` string, required — Phone number- 10 digit Numeric (Ex: 5247896523)
  - `salesupportemailId` string, required — Email id - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `saleextension` string, required
  - `moduleList` integer[], required
  - `featureList` integer[], required
  - `processor_details` object, required
    - `tsys_bin_details` integer[]
    - `worldpay` string
    - `elavonpay` string, required
    - `EPX` string, required
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)

## 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/versions/c6468b606325/schema)
