Package Information
Available Nodes
Documentation
@disruptive-learning/n8n-nodes-gigstack
This is a community node for n8n that integrates with the Gigstack API. It allows you to create and manage payments and invoices directly from your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Version history
Security
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Node Installation
- Open your n8n instance
- Go to Settings > Community Nodes
- Select Install
- Enter
@disruptive-learning/n8n-nodes-gigstack
in Enter npm package name - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a third party
- Select Install
After installing the node, you can use it like any other node. If you're using Docker, you need to restart your n8n container for the node to show up.
Operations
Payment Operations
- Create: Create a new payment
- Get: Get payment details
- Register: Register a new payment
Invoice Operations
- Create: Create a new invoice with detailed information
Credentials
To use this node, you need to configure your Gigstack API credentials in n8n:
- Go to Settings > Credentials
- Click on New Credential
- Select Gigstack API
- Enter your API Key
- Select the environment (Production or Sandbox)
- Save the credential
Compatibility
This node has been tested with n8n version 0.214.0 and Gigstack API v1.
Resources
Security
Note: This package has some vulnerabilities in its development dependencies. These vulnerabilities are only present during development and do not affect the published package that users install. The production dependencies are kept up-to-date and secure.
Version history
1.0.4
- Changed Payment Method field from dropdown to string input for direct value entry
1.0.3
- Enhanced Payment Method field to accept expressions, allowing dynamic values to be used
1.1.1
- [Add description of changes in this version]
1.1.0
- Added Invoice resource with Create operation
- Fixed Get Payment operation to use correct API endpoint
- Updated node version to 2
1.0.0
- Initial release
- Added Payment resource with Create, Get, and Register operations