0.1.1 • Published 4 months ago

n8n-nodes-sepay-v2 v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

n8n-nodes-sepay

This node allows you to interact with SePay API in n8n.

Installation

Install via n8n UI

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-sepay in the Enter npm package name field
  4. Agree to the risks of installing community nodes
  5. 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

  1. Create a new credential for SePay API
  2. 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