> For the complete documentation index, see [llms.txt](https://ajuda.cardapioweb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.cardapioweb.com/automacao/integracoes/mercado-pago.md).

# Mercado Pago

Para realizar a integração com o Mercado Pago, vá em **"CONFIGURAÇÕES"**, depois em **"INTEGRAÇÕES"** e em **"MERCADO PAGO"**.

Ao selecionar essa opção, uma janela será exibida no canto esquerdo, em seguida, clique no botão **"AUTORIZAR INTEGRAÇÃO"**.

Após clicar no botão, você será redirecionado para sua conta do Mercado Pago, onde verá uma solicitação de integração. Para continuar, clique em **''AUTORIZAR APLICATIVO"**.

<figure><img src="/files/wmwRb6rDyaiE7Ej0IZdf" alt=""><figcaption></figcaption></figure>

Em seguida leia os termos e clique em continuar:

<figure><img src="/files/JHcl20u1HvXhEUnCvybv" alt=""><figcaption></figcaption></figure>

Após ler e aceitar os termos, a integração estará configurada:

<figure><img src="/files/p464l67rAGODQ4zECM2Z" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LLdB7PPT8KOVAUET2Mt2" alt=""><figcaption></figcaption></figure>

Com a integração Mercado Pago ativa, você facilita o processo de pagamento para seus clientes, oferecendo mais praticidade e segurança nas transações. Isso contribui para uma experiência de compra ágil e confiável, aumentando a satisfação e a fidelidade dos clientes ao seu estabelecimento.🚀✨


---

# 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://ajuda.cardapioweb.com/automacao/integracoes/mercado-pago.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.
