---
title: Installation Guide
slug: ai/n8n-node/installation-guide
excerpt: Learn how to install and configure the Pine Labs Online n8n Node.
hidden: false
sidebar_order: 3
metadata:
  title: Install Pine Labs n8n Node - Setup Guide | Pine Labs
  description: >-
    Complete guide to install and configure Pine Labs n8n node for payment automation. Set up API credentials, install via npm, and integrate payment workflows with n8n v1.104.2 or higher.
  keywords: 'Installation n8n Node, n8n setup, Pine Labs n8n, payment automation, workflow integration, npm install, api credentials'
  robots: 'index,follow'
---

## Prerequisites

Complete the following prerequisites before starting Pine Labs Online n8n nodes.

<Steps>
  <Step number={1} title="Create Pine Labs Online Merchant Account">
    Register on [Pine Labs Online dashboard](https://dashboardv2.pluralonline.com/signup).
  </Step>
  <Step number={2} title="Generate API Credentials">
    [Log in](https://dashboardv2.pluralonline.com/login) to the Dashboard and generate your `client_id` and `client_secret`.
  </Step>
  <Step number={3} title="n8n Instance">
    Ensure you are running n8n `v1.104.2` or higher.
  </Step>
  <Step number={4} title="Node.js Version">
    `Node.js` Version `14.x` or higher (for self-hosted).
  </Step>
  <Step number={5} title="Admin Access">
    Permission to install community nodes on your n8n instance.
  </Step>
</Steps>

---

## Installation

You can install the node via **npm** or through a **Pine Labs Online invite** (self-hosted).

### Install via npm

```bash
npm install @plural_pinelabs/n8n-nodes-pinelabs
```

After installation, restart your n8n instance and search for **Pine Labs** in the node panel.

---

## Resources

<CardGrid>
  <Card
    title="GitHub Repository"
    description="View source, report issues, and contribute."
    href="https://github.com/plural-pinelabs/n8n-nodes-pinelabs"
    icon="code"
  />
  <Card
    title="npm Package"
    description="Installation and version details on npm."
    href="https://www.npmjs.com/package/n8n-nodes-pinelabs"
    icon="package"
  />
</CardGrid>
