---
title: "Merchant List"
method: POST
path: "/api/valor/getMerchantList"
---

# Merchant List

`POST /api/valor/getMerchantList`

## Headers

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

## Request body

- object
  - `user_id` string, required
  - `limit` string, required — Limit for pagination. Max 50 and default as 0
  - `offset` string, required — Offset for pagination. Default as 0
  - `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/revisions/c6468b606325/schema)
