{
  "name": "Create digital checks with OnlineCheckWriter using Forms",
  "nodes": [
    {
      "id": "f045997c-ff8d-4301-9b99-b058b21ffb91",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -360
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## 1. API Configuration\n\nThis form collects your OnlineCheckWriter API credentials:\n- **API Key**: Get from your OCW dashboard\n- **Bank Account ID**: Your verified bank account ID\n- **Account Name**: "
      }
    },
    {
      "id": "fd0d7cac-8336-4528-aa25-1e56f17df983",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        60
      ],
      "parameters": {
        "width": 300,
        "height": 180,
        "content": "## 2. Check Details\n\nCollects recipient and payment information:\n- Payee details (name, address)\n- Payment amount\n- Optional memo and reference fields\n- Issue date for the check\n\nAll required fields a"
      }
    },
    {
      "id": "71d478cf-4a63-4f1c-8994-021742caf083",
      "name": "Sticky Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -340
      ],
      "parameters": {
        "width": 300,
        "height": 180,
        "content": "## 3. API Request\n\nSends POST request to OCW API:\n- Uses test endpoint (change to production when ready)\n- Includes Bearer YOUR_TOKEN_HERE authentication\n- Formats data as JSON\n- 30-second timeout for"
      }
    },
    {
      "id": "e7bdff30-a345-4d73-b19b-bed145c0139b",
      "name": "Sticky Note 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        540,
        60
      ],
      "parameters": {
        "width": 280,
        "height": null,
        "content": "## 4. Response\n\nReturns confirmation to user:\n- Check ID for tracking\n- Amount and payee details\n- Status of the transaction\n- Link to track on OCW platform"
      }
    },
    {
      "id": "77b7b2d7-7cd6-408e-a264-a529a6ee960b",
      "name": "OCW API Configuration",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -240,
        -120
      ]
    },
    {
      "id": "48f922ea-8a1f-4d6f-9bf1-68da0564426e",
      "name": "Check Details Form",
      "type": "n8n-nodes-base.form",
      "position": [
        40,
        -120
      ]
    },
    {
      "id": "fc4e64cf-f662-40ae-bdee-ec6aaae2315a",
      "name": "Send Check via OCW API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        -120
      ]
    },
    {
      "id": "12e899eb-c197-43ab-a7f8-047b537195f7",
      "name": "Success Response1",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        600,
        -120
      ]
    }
  ],
  "connections": {
    "Check Details Form": {
      "main": [
        [
          {
            "node": "Send Check via OCW API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OCW API Configuration": {
      "main": [
        [
          {
            "node": "Check Details Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Check via OCW API": {
      "main": [
        [
          {
            "node": "Success Response1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}