---
title: "Crear"
method: POST
path: "/client"
tags: ["Comercios", "Merchants"]
---

# Crear

`POST /client`

Mediante este método, podemos crear un nuevo comercio bajo el cliente indicado en parent_uuid. Si no se incluye parent_uuid o se indica a nulo, el comercio se creará por defecto bajo el cliente al que pertenecen las credenciales.

## Parameters

- `#/paths/~1/get/parameters/0` — unresolved $ref

## Request body

- object
  - `signature` Signature, required — unresolved $ref
  - `name` string, required — Nombre del comercio.
  - `email` string, required — Email.
  - `timezone` boolean, required — Zona horaria del comercio.
  - `autorecover_transactions` boolean — Recuperar automáticamente transacciones pendientes.
  - `resend_failed_notifications` boolean — Marcar a true para reenviar peticiones al comercio que no hayan devuelto un 200 a Paylands.
  - `category` 'ACCOUNTING_SERVICES' | 'ADULT' | 'ALCOHOL' | 'CBD' | 'CELL_PHONE_SALES' | 'CHARITY' | 'COMPUTING_AND_HARDWARE' | 'COMPUTING_SERVICES' | 'CROWDFUNDING' | 'CROWDLENDING' | 'CRYPTO' | 'CURRICULUMS' | 'DATING_AND_SCORT_SERVICES' | 'E_COMMERCE' | 'ELECTRONIC_CIGARETTE' | 'EVENTS_SALES' | 'FOREX_WITH_LICENSE' | 'FOREX_WITHOUT_LICENSE' | 'GAMBLING_WITH_LICENSE' | 'GAMBLING_WITHOUT_LICENSE' | 'GAMING' | 'HOSTING_SERVICES' | 'HOTELS' | 'JEWELRY' | 'LEGAL_SERVICES' | 'MARKETPLACE' | 'MOBILE_RECHARGE' | 'MONEY_REMMITANCE' | 'NUTRITION' | 'PAYDAY_LOANS' | 'TOBACCO' | 'TOUR_OPERATOR_OTAS' | 'VOUCHERS' | 'WALLETS' — Categoría del comercio.
  - `mcc` string — Código de categoría del comercio, debe contener cuatro números.
  - `parent_uuid` string, nullable — Indica el padre del comercio si se desea crear bajo un cliente distinto al que realiza la petición.

## Response `200`

OK

- ResponseOK
  - `message` string, required — Nombre del código HTTP de respuesta.
  - `code` number, required — Código de respuesta.
  - `current_time` string, required — Fecha y hora de la petición.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/paylands/apis/documentacio-n-de-paylands.md) · [All operations](https://skmtc.net/paylands/apis/documentacio-n-de-paylands/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paylands/documentacio-n-de-paylands/revisions/6bf9c0ba354b/schema)
