---
title: Available Operations
slug: ai/n8n-node/available-operations
excerpt: >-
  Complete reference for all available operations in the Pine Labs Online n8n
  Node with detailed configuration.
hidden: false
sidebar_order: 2
metadata:
  title: "n8n Node Operations Reference — Pine Labs Payment Actions | Pine Labs"
  description: >-
    Complete n8n operations reference for Pine Labs. Automate payment links, order management, refunds, and webhooks with detailed parameter configuration.
  keywords: "n8n operations, n8n node reference, payment link n8n, order automation n8n, workflow operations, n8n payment actions"
  robots: index
---

## Payment Link

Create and share secure payment links to collect payments instantly without building a checkout flow.

| Operation | Description | Required Parameters |
| :--- | :--- | :--- |
| **Create** | Creates a new payment link that can be shared via email, SMS, or messaging apps. | Amount (Paisa), Currency, Merchant Payment Link Reference, Customer Email, Customer First Name, Customer Last Name, Customer Mobile Number |
| **Get** | Fetches an existing payment link by its Pine Labs–assigned ID. | Payment Link ID |

API reference: [Create Payment Link](/api/payment-links/create-payment-link)·  [Get Payment Link by ID](/api/payment-links/get-payment-link-by-id)

---

## Order

Create and manage orders to track payment status, manage transactions, and reconcile payments programmatically.

| Operation | Description | Required Parameters | Optional Parameters |
| :--- | :--- | :--- | :--- |
| **Create** | Creates an order to initiate a payment checkout session. | Order Amount (Paisa), Currency, Merchant Order Reference | Allowed Payment Methods, Callback URL, Failure Callback URL, Notes, Pre-Auth, Purchase Details |
| **Get** | Fetches an existing order by its Pine Labs–assigned Order ID. | Order ID | — |

API reference: [Create Order](/api/orders/create-order) ·  [Get Order by Order ID](/api/orders/get-order)

---

## API Environments

Use separate environments for testing and production to safely build, validate, and deploy your Pine Labs integrations.

| Environment | Base URL |
| :--- | :--- |
| **UAT (Testing)** | `https://pluraluat.v2.pinepg.in/api` |
| **Production** | `https://api.pluralpay.in/api` |

The environment is set in 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>
