{
  "name": "🔐 Generate PIX payment QR codes for any Brazilian bank key",
  "nodes": [
    {
      "id": "8869c989-4596-4ca4-bba6-f5eb940458f6",
      "name": "QRCodePIX",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        400,
        20
      ]
    },
    {
      "id": "b33cfefb-fec9-4ab4-a8f9-928b7bff87e1",
      "name": "PixFieldSend",
      "type": "n8n-nodes-base.set",
      "position": [
        60,
        20
      ]
    },
    {
      "id": "2bd8dea9-d636-4f78-888d-22fac6354416",
      "name": "PIXFields",
      "type": "n8n-nodes-base.set",
      "position": [
        540,
        20
      ]
    },
    {
      "id": "7882bf6d-54bb-4f92-abe5-63bc47d04242",
      "name": "Click Test",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -120,
        -20
      ]
    },
    {
      "id": "aa337755-e28f-45bf-b7d9-fd34d03fda11",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        -440
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a9f09b1e-4145-4292-81ec-8fd277e434fd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "da17b432-fc61-463c-bb25-025c5f78b70e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "02eeed9a-c073-41be-ad79-265ed2c56007",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d5708ee8-53a0-45dd-908e-dba6eef8b03e",
      "name": "Generate PIX",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        20
      ]
    },
    {
      "id": "aa32dc4f-a9eb-407f-871b-14eb92f9de36",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "QRCodePIX": {
      "main": [
        [
          {
            "node": "PIXFields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Click Test": {
      "main": [
        [
          {
            "node": "PixFieldSend",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate PIX": {
      "main": [
        [
          {
            "node": "QRCodePIX",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "PixFieldSend": {
      "main": [
        [
          {
            "node": "Generate PIX",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}