---
title: Pine Labs n8n Node
sidebar_label: Overview
slug: ai/n8n-node
excerpt: >-
  Automate Pine Labs payment workflows in n8n. Create payment links and orders
  using drag-and-drop nodes — no code required.
hidden: false
sidebar_order: 1
metadata:
  title: Pine Labs n8n Node — Payment Automation Without Code | Pine Labs Online
  description: >-
    Automate Pine Labs Online payment integrations using n8n nodes. Create
    payment links, look up orders, switch between UAT and production, and
    trigger workflows — all with drag-and-drop. Auto-authentication and rich
    response data built in.
  keywords: >-
    n8n payments, n8n Pine Labs, payment automation, n8n payment node, low-code
    payments, n8n workflow
  robots: 'index,follow'
---

Use the **Pine Labs n8n Community Node** to copy predefined payment workflows and execute them inside your n8n automation pipelines. The node lets you create payment links, fetch orders, and switch between UAT and Production with minimal setup.

## Get started

<CardGrid>
  <Card
    title="Available Operations"
    description="Full list of supported operations with required parameters."
    href="/ai/n8n-node/available-operations"
    icon="settings"
  />
  <Card
    title="Installation Guide"
    description="Install and configure the Pine Labs n8n node."
    href="/ai/n8n-node/installation-guide"
    icon="book-open"
  />
</CardGrid>

## Features

<CardGrid>
  <Card
    title="Create Payment Link"
    description="Generate unique payment links you can share via email, SMS, or messaging apps."
    icon="🔗"
  />
  <Card
    title="Get Payment Link"
    description="Fetch payment link details by Payment Link ID."
    icon="🔍"
  />
  <Card
    title="Auto-authentication"
    description="Bearer tokens are generated automatically from your Client ID and Secret."
    icon="lock"
  />
  <Card
    title="Environment support"
    description="Switch between UAT (testing) and Production from a single credential."
    icon="globe"
  />
  <Card
    title="Comprehensive validation"
    description="Built-in checks for amounts, references, and expiry dates."
    icon="link"
  />
  <Card
    title="Rich response data"
    description="Enriched responses with formatted amounts and API metadata."
    icon="server"
  />
</CardGrid>


## Prerequisites

<Steps>
  <Step number={1} title="Pine Labs Online merchant account">
    [Sign up](https://dashboardv2.pluralonline.com/signup), then [log in](https://dashboardv2.pluralonline.com/login) and generate your `client_id` and `client_secret`.
  </Step>
  <Step number={2} title="n8n v1.104.2 or higher">
    Self-hosted or cloud n8n instance.
  </Step>
  <Step number={3} title="Node.js 14.x or higher">
    Required for self-hosted n8n.
  </Step>
  <Step number={4} title="Admin access">
    You need permission to install community nodes on your n8n instance.
  </Step>
</Steps>

## API Environments

<EnvTable rows={[
  { env: "UAT (Testing)", url: "https://pluraluat.v2.pinepg.in/api", badge: "sandbox" },
  { env: "Production", url: "https://api.pluralpay.in/api", badge: "production" }
]} />

The environment is configured on the credential and applies to all node operations automatically.

## 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>
