# Webhooks do Checkout

[https://dashboard.themembers.com.br](https://dashboard.themembers.com.br/)

Para realizar a configuração, acesse o caminho:

Checkout → Ferramentas → Webhooks

{% stepper %}
{% step %}

### Definir o nome do webhook

Nome descritivo para identificar o webhook.
{% endstep %}

{% step %}

### Informar a URL de destino

URL que receberá os eventos enviados pela plataforma.
{% endstep %}

{% step %}

### Selecionar os produtos

Escolha os produtos que deverão disparar notificações para esse webhook.
{% endstep %}

{% step %}

### Selecionar os eventos

Defina quais eventos serão enviados para a URL informada.
{% endstep %}

{% step %}

### Configurar o token de segurança

Token utilizado para validação da origem das requisições.
{% endstep %}
{% endstepper %}

Após a configuração, a plataforma passará a enviar automaticamente os eventos selecionados para a URL informada sempre que ocorrerem ações relacionadas aos produtos configurados.

{% hint style="info" %}
Observações importantes

* Todos os valores monetários estão em centavos
* Datas seguem o padrão YYYY-MM-DD HH:MM:SS
* Campos podem retornar `null` quando não aplicável
  {% endhint %}

{% content-ref url="/spaces/mbuonzfEbI223CTyjCzW/pages/b81b773b333dfb033326287953b4a1e8c594fdc7" %}
[Eventos de webhook](/webhooks/webhooks-do-checkout/eventos-de-webhook.md)
{% endcontent-ref %}

{% content-ref url="/spaces/mbuonzfEbI223CTyjCzW/pages/beac88ea3788736eda978cf6ae18d2f6e9ab02f9" %}
[Segurança](/webhooks/webhooks-do-checkout/seguranca.md)
{% endcontent-ref %}

{% content-ref url="/spaces/mbuonzfEbI223CTyjCzW/pages/2e2d65fd7b442c40aaeb5bf48a6d0d4751855cc6" %}
[Estrutura dos webhooks](/webhooks/webhooks-do-checkout/estrutura-dos-webhooks.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://documentation.themembers.dev.br/webhooks/webhooks-do-checkout.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.
