This workflow corresponds to n8n.io template #6306 — we link there as the canonical source.
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 →
{
"id": "a45d1jkHh90Cr2bF",
"name": "BIN Code Lookup with apilayer API",
"tags": [],
"nodes": [
{
"id": "fc36c9dd-6c0d-4d3c-8510-979ed127f4e8",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "51456599-a036-435f-8f0e-5e950c5cdc3c",
"name": "Set API Key & BIN Number to Lookup",
"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": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-240,
-480
],
"parameters": {
"width": 1060,
"height": 680,
"content": "## BIN Code Lookup with apilayer API\n\nSteps in n8n:\n\nStep 1: Manual Trigger\n- Node Type: Manual Trigger\n- Purpose: Starts the workflow manually\n\nStep 2: Set BIN Code and API Key\n- Node Type: Set\n- Fields to set:\n - bin_code: A sample BIN like JH4KA7560RC003647\n - apikey: Your apilayer API key\n\nStep 3: HTTP Request\n- Node Type: HTTP Request\n- Method: GET\n- URL: https://api.apilayer.com/bincheck/{{ $json.bin_code }}\n- Headers:\n - Name: apiKey\n - Value: {{ $json.apikey }}"
},
"typeVersion": 1
},
{
"id": "90962953-da0e-4765-954d-5ecc3a2f72be",
"name": "Lookup 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,
"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 \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Set API Key & BIN Number to Lookup",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow is designed to validate and fetch information about a card using the BIN code. It utilizes apilayer's BIN Check API and provides details like the card brand, type, issuing bank, and country.
Source: https://n8n.io/workflows/6306/ — 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.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba