0.1.1 • Published 4 months ago
n8n-nodes-sepay-v2 v0.1.1
n8n-nodes-sepay
This node allows you to interact with SePay API in n8n.
Installation
Install via n8n UI
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-sepay
in the Enter npm package name field - Agree to the risks of installing community nodes
- Select Install
Manual Installation
You can also install this node manually:
cd ~/.n8n/nodes
npm install n8n-nodes-sepay
Then restart n8n.
Usage
To use this node, you need a SePay account and API Token. You can get your API Token from your SePay account > Company Configuration > API Access.
Authentication
- Create a new credential for SePay API
- Enter your API Token
Features
This node supports the following features:
Transactions
- Get All: Retrieve a list of transactions from SePay
- Get By ID: Retrieve a specific transaction by ID
- Count: Count the number of transactions based on filters
Filtering Options
You can filter transactions by:
- Account Number
- Transaction Date Range
- Reference Number
- Amount In/Out
- Since ID
API Rate Limits
SePay limits API calls to 2 requests per second. If you exceed this limit, you'll receive an HTTP 429 Too Many Requests error.
Documentation
License
MIT
0.1.1
4 months ago