paywise n8n Community Node


Installation
There are two ways to install the paywise n8n community node:Method 1: Via npm (Recommended for self-hosted n8n)
Method 2: Via n8n Interface
- In your n8n instance, go to Settings > Community Nodes
- Click on Install Community Node
- Enter the package name:
@paywise/n8n-nodes-paywise
- Click Install
Configuration
To use the paywise node in your workflows:- Add a new node to your workflow
- Search for “paywise” in the node selector
- Configure the credentials:
- API URL: Your paywise API endpoint (usually
https://api.paywise.de/
) - API Key: Your paywise API key
- API URL: Your paywise API endpoint (usually
Available Operations
Partner API
The Partner API node provides access to:- Companies: Create, retrieve, list, and update companies
- Users: Create, retrieve, and list users
- User Invites: Create and manage user invitations
- Token Info: Retrieve information about the current API token
Case Management API
The Case Management API node allows you to:- Claims: Create, retrieve, list, and manage claims
- Debtors: Create, retrieve, list, and manage debtor records
- Mandates: Manage mandate records
- Payments: Create and manage payments
Usage Examples
Creating a New Company
- Add the paywise node to your workflow
- Select “Partner API” as the API
- Choose “Company” as the resource
- Select “Create” as the operation
- Fill in the required company details
Creating a Claim
- Add the paywise node to your workflow
- Select “Case Management API” as the API
- Choose “Claim” as the resource
- Select “Create” as the operation
- Configure the claim details