n8n Community Node
Integrate paywise APIs into your n8n workflows
paywise n8n Community Node
The paywise n8n community node allows you to integrate paywise’s Partner API and Case Management API into your n8n workflows, enabling you to automate your debt collection processes.
Installation
There are two ways to install the paywise n8n community node:
Method 1: Via npm (Recommended for self-hosted n8n)
After installation, restart n8n and navigate to Settings > Community Nodes. You should see the paywise node listed there. Click on Install to activate it.
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
For detailed instructions about installing community nodes, please refer to the official n8n documentation on community nodes installation.
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
For more details on the Partner API, see the Partner API documentation.
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
For more details on the Case Management API, see the Case Management API documentation.
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
Support
If you encounter any issues or have questions about the paywise n8n node, please contact our support team at [email protected].
For more information about our APIs, please refer to: