8
n8n 中文网amn8n.com

使用 apilayer API 进行 BIN 码查询

初级

这是一个Miscellaneous领域的自动化工作流,包含 4 个节点。主要使用 Set, HttpRequest, ManualTrigger 等节点。 使用 apilayer API 进行 BIN 码查询

前置要求
  • 可能需要目标 API 的认证凭证

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "a45d1jkHh90Cr2bF",
  "meta": {
    "instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03"
  },
  "name": "使用apilayer API进行BIN码查询",
  "tags": [],
  "nodes": [
    {
      "id": "fc36c9dd-6c0d-4d3c-8510-979ed127f4e8",
      "name": "当点击\"执行工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "51456599-a036-435f-8f0e-5e950c5cdc3c",
      "name": "设置API密钥和要查询的BIN号码",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "a059c0b0-0034-4dc7-a155-dcdfc0b4b4c2",
              "name": "bin_code",
              "type": "string",
              "value": "JH4KA7560RC003647"
            },
            {
              "id": "faa22ea7-6536-4304-b5a3-53b16eed14c9",
              "name": "apikey",
              "type": "string",
              "value": ""
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "90494b6e-2f87-472e-9899-816a4266b79f",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -480
      ],
      "parameters": {
        "width": 1060,
        "height": 680,
        "content": "## 使用apilayer API进行BIN码查询"
      },
      "typeVersion": 1
    },
    {
      "id": "90962953-da0e-4765-954d-5ecc3a2f72be",
      "name": "查询BIN",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ],
      "parameters": {
        "url": "=https://api.apilayer.com/bincheck/{{ $json.bin_code }}",
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "apiKey",
              "value": "={{ $json.apikey }}"
            }
          ]
        }
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "2d3e5781-ceb6-4e5c-8cf6-12a5df5d7804",
  "connections": {
    "Set API Key & BIN Number to Lookup": {
      "main": [
        [
          {
            "node": "Lookup BIN",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set API Key & BIN Number to Lookup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 杂项

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类1
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流