> For the complete documentation index, see [llms.txt](https://docs.barte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.barte.com/api-reference/intermediador-de-pagamentos/gerencie-seus-terminais-pos/vincular-terminais.md).

# Vincular Terminais a um Vendedor

Vincula um ou mais terminais (por serial number) a um vendedor da company do intermediador.

{% hint style="info" %}
**Operação em lote (bulk):** informe de 1 a 30 serial numbers em uma única requisição. Cada terminal é processado de forma independente e a resposta é sempre `200`, com o resultado por terminal em duas listas:

* `success` — serial numbers vinculados com sucesso.
* `errors` — serial numbers que falharam, cada um com `code` e `message`.

**Sobrescrita automática de vínculo:** um terminal já vinculado a outro vendedor da mesma company é automaticamente re-vinculado ao vendedor informado.
{% endhint %}

{% openapi src="/files/bQ63d5mfWk7MkCIs0OyU" path="/physical-payments/payfac/v1/terminals/configure" method="post" %}
[physical-payments-payfac-terminals.yaml](https://1326398544-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhY03QzfTvLWOjOsYfPiz%2Fuploads%2Fgit-blob-32e78ae730c4fb09771b4ce2224c38500749873e%2Fphysical-payments-payfac-terminals.yaml?alt=media)
{% endopenapi %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.barte.com/api-reference/intermediador-de-pagamentos/gerencie-seus-terminais-pos/vincular-terminais.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
