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:

npm install @paywise/n8n-nodes-paywise

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

  1. In your n8n instance, go to Settings > Community Nodes
  2. Click on Install Community Node
  3. Enter the package name: @paywise/n8n-nodes-paywise
  4. 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:

  1. Add a new node to your workflow
  2. Search for “paywise” in the node selector
  3. Configure the credentials:
    • API URL: Your paywise API endpoint (usually https://api.paywise.de/)
    • API Key: Your paywise API key

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

  1. Add the paywise node to your workflow
  2. Select “Partner API” as the API
  3. Choose “Company” as the resource
  4. Select “Create” as the operation
  5. Fill in the required company details

Creating a Claim

  1. Add the paywise node to your workflow
  2. Select “Case Management API” as the API
  3. Choose “Claim” as the resource
  4. Select “Create” as the operation
  5. 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: