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 →
{
"name": "Mercado Pago - PIX com Processamento de Webhook",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "criar-pix",
"responseMode": "lastNode"
},
"id": "webhook-trigger",
"name": "Webhook - Criar PIX",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"resource": "pix",
"operation": "create",
"amount": "={{ $json.body.amount }}",
"description": "={{ $json.body.description }}",
"payerEmail": "={{ $json.body.payerEmail }}",
"payerDocument": "={{ $json.body.payerDocument || '' }}",
"payerName": "={{ $json.body.payerName || '' }}",
"externalReference": "={{ $json.body.externalReference || '' }}"
},
"id": "criar-pix",
"name": "Criar PIX",
"type": "n8n-nodes-mercadopago-flow.mercadoPago",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"mercadoPagoApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "webhooks",
"operation": "create",
"url": "https://seu-n8n.com/webhook/pix-notification",
"events": "payment",
"description": "Webhook para notifica\u00e7\u00f5es PIX"
},
"id": "registrar-webhook",
"name": "Registrar Webhook",
"type": "n8n-nodes-mercadopago-flow.mercadoPago",
"typeVersion": 1,
"position": [
650,
200
],
"credentials": {
"mercadoPagoApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"success\": true, \"paymentId\": $json.id, \"qrCode\": $json.qrCode, \"status\": $json.status } }}",
"options": {}
},
"id": "respond-webhook",
"name": "Responder com QR Code",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
650,
400
]
}
],
"connections": {
"Webhook - Criar PIX": {
"main": [
[
{
"node": "Criar PIX",
"type": "main",
"index": 0
}
]
]
},
"Criar PIX": {
"main": [
[
{
"node": "Registrar Webhook",
"type": "main",
"index": 0
},
{
"node": "Responder com QR Code",
"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.
mercadoPagoApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Mercado Pago - PIX com Processamento de Webhook. Uses n8n-nodes-mercadopago-flow. Webhook trigger; 4 nodes.
Source: https://github.com/eliveutonsouza/n8n-nodes-mercadopago-flow/blob/main/exemplos/10-pix-com-webhook.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Mercado Pago - Processar Notificação de Webhook. Uses n8n-nodes-mercadopago-flow. Webhook trigger; 5 nodes.
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
Create_Unique_Jira_tickets_from_Splunk_alerts. Uses jira. Webhook trigger; 11 nodes.
Http Stickynote. Uses stickyNote, httpRequest, highLevel. Webhook trigger; 10 nodes.