Available Operations

Complete reference for all available operations in the Pine Labs Online n8n Node with detailed configuration.

Payment Link

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

OperationDescriptionRequired ParametersAPI Documentation
CreateCreates 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
Create Payment Link API
GetFetches an existing payment link by its Pine Labs–assigned ID.Payment Link IDGet Payment Link by ID API

Order

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

OperationDescriptionRequired Parameters Optional ParametersAPI Documentation
CreateCreates 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
Create Order API
GetFetches an existing order by its Pine Labs–assigned Order ID.Order ID Get Payment Link by Order ID API

API Environments

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

EnvironmentBase URL
UAT (Testing)https://pluraluat.v2.pinepg.in/api
Productionhttps://api.pluralpay.in/api

The environment is set in the credential and applies to all node operations automatically.

Resources


Ask AI
Assistant
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant