AutomationFlowsE-commerce › Mercado Pago - Criar Pagamento Com Cartão

Mercado Pago - Criar Pagamento Com Cartão

Mercado Pago - Criar Pagamento com Cartão. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesN8N Nodes Mercadopago Flow
E-commerce Trigger: Event Nodes: 3 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 - Criar Pagamento com Cart\u00e3o",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger-payment",
      "name": "Quando clicar em 'Testar'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "resource": "payments",
        "operation": "create",
        "transactionAmount": 100.5,
        "description": "Pagamento com cart\u00e3o de cr\u00e9dito",
        "paymentMethodId": "credit_card",
        "payerEmail": "cliente@exemplo.com",
        "payerDocument": "12345678909",
        "installments": 1,
        "statementDescriptor": "LOJA EXEMPLO"
      },
      "id": "mercado-pago-payment",
      "name": "Mercado Pago Payment",
      "type": "n8n-nodes-mercadopago-flow.mercadoPago",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "mercadoPagoApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "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"
            },
            {
              "id": "payment-method",
              "name": "paymentMethod",
              "value": "={{ $json.raw.payment_method_id }}",
              "type": "string"
            }
          ]
        },
        "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 Payment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mercado Pago Payment": {
      "main": [
        [
          {
            "node": "Formatar Resposta",
            "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 - Criar Pagamento com Cartão. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.

Source: https://github.com/eliveutonsouza/n8n-nodes-mercadopago-flow/blob/main/exemplos/06-payments-criar-pagamento-cartao.json — original creator credit. Request a take-down →

More E-commerce workflows → · Browse all categories →

Related workflows

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

E-commerce

switch reorder. Event-driven trigger; 6 nodes.

E-commerce

MuAPI — Cartoon Dance Animation. Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.

N8N Nodes Muapi
E-commerce

Shopify Zendesk. Uses shopifyTrigger, noOp, zendesk. Event-driven trigger; 7 nodes.

Shopify Trigger, Zendesk
E-commerce

This workflow automatically syncs Shopify orders with your Zendesk tickets. Using this workflow, Shopify orders will be added or have their information updated straight to your Zendesk tickets. Shopif

Shopify Trigger, Zendesk