> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/merchant-tokenization/es/tokenizacion-pci/implement-pci-tokenization/onboard-a-merchant.md).

# Incorporar a un comercio

Use este paso cuando gestiona múltiples comerciantes, por ejemplo un PSP. Llame a **Crear comerciante** para obtener un `merchantId`. Necesita este `merchantId` para otras operaciones de la API.

## Flujo

<figure><img src="/files/7ce7213469f743a55733bde3ed7cd1a5e6b1f9e3" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="100">Paso</th><th>Descripción</th></tr></thead><tbody><tr><td>1</td><td>Envíe una solicitud de creación de comerciante con el nombre del comerciante.</td></tr><tr><td>2</td><td>El backend de Thales crea el comerciante y devuelve un <code>merchantId</code>.</td></tr></tbody></table>

## API

La **Crear comerciante** operación se utiliza tanto para la tokenización PCI como para la tokenización de redes de pago.

* Referencia de la API: [Crear comerciante](broken://pages/a5e42a1537687e84190e4e4a73a0b8c7885fe37e)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/merchant-tokenization/es/tokenizacion-pci/implement-pci-tokenization/onboard-a-merchant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
