npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@paywise/n8n-nodes-paywise

v0.2.2

Published

paywise API integration for n8n - German Debt Collection Agency

Readme

paywise n8n Node

This n8n community node integrates with paywise, a leading German Debt Collection Agency (Inkassounternehmen), enabling you to automate your entire debt collection process through n8n workflows. The node provides comprehensive access to both paywise's Partner API and Case Management API, allowing seamless management of companies, users, claims, debtors, and the complete debt collection lifecycle.

Key Benefits

  • Automated Debt Collection: Streamline your entire debt collection process by automating claim submissions, debtor management, and payment tracking
  • Seamless Integration: Connect your systems directly with Germany's innovative debt collection service
  • Process Efficiency: Reduce manual work and accelerate collection times through automated workflows
  • Real-time Updates: Stay informed about claim statuses and collection progress through automated notifications
  • Compliance: Ensure all debt collection activities comply with German regulations and best practices

Features

Partner API Operations

  • Companies: Create, update, retrieve, and list companies
  • Users: Create users directly via API, retrieve user details, and list users
  • User Invites: Create user invites, check invite status, and get onboarded user details
  • API Tokens: Manage API tokens for authentication

Case Management API Operations

  • Claims: Create, release, and manage debt collection claims with support for:
    • Automated claim submission
    • Document management
    • Payment tracking
    • Status monitoring
    • Collection process automation
  • Debtors: Create and manage debtor records with comprehensive information
  • Info: Access API information and system status

Installation

To use this node in your n8n instance:

npm install @paywise/n8n-nodes-paywise

Configuration

  1. Open your n8n instance
  2. Go to Settings > Community Nodes
  3. Click "Install" and search for "@paywise/n8n-nodes-paywise"
  4. After installation, add new paywise credentials:
    • Base URL: Your paywise API URL (e.g., https://api.paywise.de/api/v1/)
    • API Key: Your paywise API key

Usage

The node provides two main API integrations for automating your debt collection process:

Partner API

  • Company Management: Full CRUD operations for managing client companies
  • User Management: Create and manage users with role-based access
  • User Invitations: Streamlined user onboarding process
  • API Token Management: Secure API access control

Case Management API

  • Debt Collection Process: Comprehensive claim management with support for:
    • Multiple claim types and debt categories
    • Automated document generation and management
    • Real-time status tracking
    • Payment monitoring
    • Collection workflow automation
    • Legal process integration
  • Debtor Management: Comprehensive debtor information handling with:
    • Personal and organization details
    • Address management and verification
    • Communication channels
    • Bank account information
    • Payment history tracking

Input Methods

Most operations support two input methods:

  1. Form Fields: User-friendly form interface for data input
  2. JSON: Direct JSON input for advanced use cases and bulk operations

Authentication

The node uses API key authentication. Ensure your API key has the necessary permissions for the operations you plan to use.

Error Handling

The node provides detailed error messages and logging for troubleshooting:

  • Input validation errors
  • API response errors
  • Authentication issues
  • Network connectivity problems

Support

For support and feature requests:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Setup

  1. Install dependencies:
npm install
  1. Build the node:
npm run build