> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paywise.de/llms.txt
> Use this file to discover all available pages before exploring further.

# n8n Community Node

> Integrate paywise APIs into your n8n workflows

# paywise n8n Community Node

<img className="block dark:hidden" src="https://mintcdn.com/paywisegmbh/NM1UIIld1WRHivnS/logo/n8n-logo-black.png?fit=max&auto=format&n=NM1UIIld1WRHivnS&q=85&s=5dacc0b9292f8fc8f5b72be9e107de24" alt="n8n" style={{height: '50px', marginBottom: '16px'}} width="443" height="120" data-path="logo/n8n-logo-black.png" />

<img className="hidden dark:block" src="https://mintcdn.com/paywisegmbh/NM1UIIld1WRHivnS/logo/n8n-logo-white.png?fit=max&auto=format&n=NM1UIIld1WRHivnS&q=85&s=dc972c2da11697ebeab93414994b32ce" alt="n8n" style={{height: '50px', marginBottom: '16px'}} width="443" height="120" data-path="logo/n8n-logo-white.png" />

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)

```bash theme={null}
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](https://docs.n8n.io/integrations/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](/api-docs/partner-api/introduction) 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](/api-docs/partner-api/introduction).

### Case Management API

The [Case Management API](/api-docs/case-management-api/introduction) 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](/api-docs/case-management-api/introduction).

## 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 [info@paywise.de](mailto:info@paywise.de).

For more information about our APIs, please refer to:

* [Partner API Documentation](/api-docs/partner-api/introduction)
* [Case Management API Documentation](/api-docs/case-management-api/introduction)
