n8n-nodes-payzcore
v1.0.1
Published
n8n community node for PayzCore blockchain transaction monitoring API
Maintainers
Keywords
Readme
n8n-nodes-payzcore
n8n community node for PayzCore — blockchain transaction monitoring API.
Monitor USDT and USDC payments across 5 blockchain networks with automated workflows.
Supported Chains
| Chain | Token | |-------|-------| | TRC20 (Tron) | USDT | | BEP20 (BSC) | USDT, USDC | | ERC20 (Ethereum) | USDT, USDC | | Polygon | USDT, USDC | | Arbitrum | USDT, USDC |
Installation
- Open your n8n instance
- Go to Settings > Community Nodes
- Enter
n8n-nodes-payzcore - Click Install
Nodes
PayzCore
Regular node for interacting with the PayzCore API.
| Operation | Description | |-----------|-------------| | Create Payment | Create a new payment monitoring request | | Get Payment | Get payment details by ID | | List Payments | List payments with optional status filter |
PayzCore Trigger
Webhook trigger node that starts workflows when payment events occur.
| Event | Description |
|-------|-------------|
| payment.completed | Payment fully received and confirmed |
| payment.overpaid | Received more than expected amount |
| payment.partial | Partial payment received |
| payment.expired | Payment window expired |
Features:
- HMAC-SHA256 signature verification
- Replay protection (5-minute window)
- Event type filtering
Credentials
| Field | Description |
|-------|-------------|
| API Key | Your PayzCore project API key (pk_live_...) |
| API URL | API base URL (default: https://api.payzcore.com) |
| Webhook Secret | Webhook signing secret for HMAC verification |
Setup
- Sign up at app.payzcore.com
- Create a project and copy your API Key
- In n8n, add PayzCore API credentials with your API Key
- For the Trigger node, also add your Webhook Secret
Usage Example
Monitor completed payments
- Add a PayzCore Trigger node
- Select
payment.completedevent - Connect to your workflow (e.g., send email, update database, notify Slack)
Create a payment
- Add a PayzCore node
- Select Create operation
- Set amount, chain, token, and external reference
- The response includes the watch address and QR code
Resources
License
MIT
