> 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/cielo.md).

# Cielo

Primeiro, acesse o site CIELO e crie sua conta: <https://www.cielo.com.br/e-commerce/api/>

Após isso, clique em **API E-commerce:**

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

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

{% hint style="info" %}
Você consegue criar tanto via **CPF** como **CNPJ**.
{% endhint %}

Na parte de baixo da tela, também tem mais algumas informações que você precisa preencher de acordo com o que selecionar antes:

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

Continue com o processo de cadastro, preencha todo o passo a passo.

O cadastro na Cielo é finalizado **em até 5 dias úteis**. Nesse prazo você receberá um e-mail da equipe técnica da Cielo e-commerce com os dados de integração necessários: **o Merchant ID e a Merchant Key**, veja abaixo:

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

Agora basta inserir essas informações no sistema, para isso clique em **"CONFIGURAÇÕES"**, em **"INTEGRAÇÕES"**, depois em **"CIELO"** e agora cadastre o **MERCHANT ID** e **MERCHANT KEY**:

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

Com a integração Cielo ativa, seu estabelecimento passa a oferecer opções de pagamento seguras e rápidas, permitindo que os clientes concluam suas compras de forma prática. Essa integração melhora a experiência do cliente e otimiza a gestão dos pagamentos, contribuindo para um processo de venda mais eficiente e profissional.🚀✨

***

## **Merchant ID e o Merchant Key**

Aprenda como e onde localizar o *Merchant ID* e o *Merchant Key* na sua conta Cielo, de forma simples e rápida.

Após realizar o login na sua conta **Cielo**, siga os passos abaixo:

* No menu principal, clique em **E-commerce**.
* Em seguida, acesse **API e E-commerce Cielo** e clique em **Acessar**.

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

* Uma nova página será aberta. Clique em **Cielo** (na seta para baixo).
* Selecione a opção **Credenciais**.
* Nessa tela, será exibido o **Merchant ID** e o botão para **visualizar o Merchant Key**.

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

{% hint style="success" %}
&#x20;Com essas informações, você poderá realizar as integrações necessárias com a Cielo.
{% endhint %}


---

# 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/cielo.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.
