AutomationFlowsGeneral › Mercado Pago - Processar Notificação De Webhook

Mercado Pago - Processar Notificação De Webhook

Mercado Pago - Processar Notificação de Webhook. Uses n8n-nodes-mercadopago-flow. Webhook trigger; 5 nodes.

Webhook trigger★★☆☆☆ complexity5 nodesN8N Nodes Mercadopago Flow
General Trigger: Webhook Nodes: 5 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Mercado Pago - Processar Notifica\u00e7\u00e3o de Webhook",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "webhook-mercadopago",
        "responseMode": "lastNode"
      },
      "id": "webhook-trigger",
      "name": "Webhook - Notifica\u00e7\u00e3o",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "strict"
          },
          "conditions": [
            {
              "id": "check-type",
              "leftValue": "={{ $json.body.type }}",
              "rightValue": "payment",
              "operator": {
                "type": "string",
                "operation": "equals"
              }
            }
          ],
          "combinator": "and"
        },
        "options": {}
      },
      "id": "if-payment",
      "name": "Se for Pagamento",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "resource": "pix",
        "operation": "get",
        "paymentId": "={{ $json.body.data.id }}"
      },
      "id": "consultar-pagamento",
      "name": "Consultar Pagamento",
      "type": "n8n-nodes-mercadopago-flow.mercadoPago",
      "typeVersion": 1,
      "position": [
        650,
        200
      ],
      "credentials": {
        "mercadoPagoApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "resource": "subscriptions",
        "operation": "get",
        "subscriptionId": "={{ $json.body.data.id }}"
      },
      "id": "consultar-assinatura",
      "name": "Consultar Assinatura",
      "type": "n8n-nodes-mercadopago-flow.mercadoPago",
      "typeVersion": 1,
      "position": [
        650,
        400
      ],
      "credentials": {
        "mercadoPagoApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ { \"status\": \"ok\", \"processed\": true } }}",
        "options": {}
      },
      "id": "respond-webhook",
      "name": "Responder Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        850,
        300
      ]
    }
  ],
  "connections": {
    "Webhook - Notifica\u00e7\u00e3o": {
      "main": [
        [
          {
            "node": "Se for Pagamento",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Se for Pagamento": {
      "main": [
        [
          {
            "node": "Consultar Pagamento",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Consultar Assinatura",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Consultar Pagamento": {
      "main": [
        [
          {
            "node": "Responder Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Consultar Assinatura": {
      "main": [
        [
          {
            "node": "Responder Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2025-01-02T00:00:00.000Z",
  "versionId": "1"
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Mercado Pago - Processar Notificação de Webhook. Uses n8n-nodes-mercadopago-flow. Webhook trigger; 5 nodes.

Source: https://github.com/eliveutonsouza/n8n-nodes-mercadopago-flow/blob/main/exemplos/08-webhook-processar-notificacao.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Mercado Pago - PIX com Processamento de Webhook. Uses n8n-nodes-mercadopago-flow. Webhook trigger; 4 nodes.

N8N Nodes Mercadopago Flow
General

HR tool. Uses googleSheets. Webhook trigger; 12 nodes.

Google Sheets
General

This workflow receives inbound emails from EmailConnect.eu via an n8n webhook, extracts key message fields, drops spam, and routes emails to different downstream paths based on the recipient alias (fo

General

Create_Unique_Jira_tickets_from_Splunk_alerts. Uses jira. Webhook trigger; 11 nodes.

Jira
General

Http Stickynote. Uses stickyNote, httpRequest, highLevel. Webhook trigger; 10 nodes.

HTTP Request, High Level