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 - Criar Pagamento PIX",
"nodes": [
{
"parameters": {},
"id": "manual-trigger-pix",
"name": "Quando clicar em 'Testar'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"resource": "pix",
"operation": "create",
"amount": 10.5,
"description": "Pagamento de teste - Pedido #12345",
"payerEmail": "cliente@exemplo.com",
"payerDocument": "12345678909",
"payerName": "Jo\u00e3o Silva",
"externalReference": "PEDIDO_12345",
"idempotencyKey": "IDEMP_{{ $now.format('yyyyMMddHHmmss') }}"
},
"id": "mercado-pago-pix",
"name": "Mercado Pago PIX",
"type": "n8n-nodes-mercadopago-flow.mercadoPago",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"mercadoPagoApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "qr-code",
"name": "qrCode",
"value": "={{ $json.qrCode }}",
"type": "string"
},
{
"id": "qr-code-base64",
"name": "qrCodeBase64",
"value": "={{ $json.qrCodeBase64 }}",
"type": "string"
},
{
"id": "payment-id",
"name": "paymentId",
"value": "={{ $json.id }}",
"type": "string"
},
{
"id": "status",
"name": "status",
"value": "={{ $json.status }}",
"type": "string"
},
{
"id": "amount",
"name": "amount",
"value": "={{ $json.amount }}",
"type": "number"
}
]
},
"options": {}
},
"id": "format-response",
"name": "Formatar Resposta",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
650,
300
]
}
],
"connections": {
"Quando clicar em 'Testar'": {
"main": [
[
{
"node": "Mercado Pago PIX",
"type": "main",
"index": 0
}
]
]
},
"Mercado Pago PIX": {
"main": [
[
{
"node": "Formatar Resposta",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2024-12-30T00: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 - Criar Pagamento PIX. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.
Source: https://github.com/eliveutonsouza/n8n-nodes-mercadopago-flow/blob/main/exemplos/01-pix-criar-pagamento.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 - Criar Assinatura. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.
Mercado Pago - Criar Cliente. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.
Mercado Pago - Criar Pagamento Recorrente. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.
Mercado Pago - Criar Plano. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.