---
title: "Merchant Info Update"
method: POST
path: "/api/valor/update-merchant"
---

# Merchant Info Update

`POST /api/valor/update-merchant`

## Headers

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

## Request body

- object
  - `mp_id` string, required — It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)
  - `businessType` string — Should be sent as business type (varchar - Ex: Retail, Direct Marketing)
  - `isTxnAllowed` string — Should be set isTxnAllowed default as '1'
  - `legalName` string, required — Max length is 15 char - varchar (Ex: Quick book dba, Valor Cafe )
  - `legalState` string — State 2 chars of capital (Ex: New York - NY, California - CA)
  - `dbaName` string — Max length is 15 char - varchar (Ex: SRM Hardware LLC, Merchant Firm Cafe)
  - `firstName` string — Max length is 15 char - varchar (First name of the Mechant)
  - `mobile` string — Merchnat phone number- 10 digit Numeric (Ex: 5247896523)
  - `lastName` string — Max length is 15 char - varchar (Last name of the Mechant)
  - `ownerName` string — Boarded by ISO & Sub-ISO name - varchar
  - `emailId` string — Merchant email id - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `legalAddress` string — Legal Address should be max 100 chars - Alphanumeric
  - `legalCity` string — City should be allowed max 50 chars of string (Ex: New York, San Francisco)
  - `legalCountry` string — Legal country should be mention default set us US
  - `legalTimezone` string — Time zone (3 char eg: EST, AST ,PST, HST, MST)
  - `legalZipCode` string — Legal zip code should be 5 digits (Numeric - Ex: 10001, 90002)
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)
  - `sicCode` string

## 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)
