---
title: "Check Profile"
method: POST
path: "/api/valor/checkprofile"
---

# Check Profile

`POST /api/valor/checkprofile`

## Headers

- `Authorization` string, required

## Request body

- object
  - `newUserId` string, required — Merchant User ID (Max length of 11 chars)
  - `mp_id` string, required — It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)
  - `store_id` string, required — Merchant store Id (Max length of chars 11)

## Response `200`

200

- object
  - `status` boolean
  - `code` string
  - `Mp_id` integer
  - `newUserId` integer
  - `StoreID` integer
  - `message` string
  - `StatusUser` integer

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