> ## 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.

# Introduction

> Welcome to the paywise Partner API

## What is the paywise Partner API?

The paywise Partner API is designed for integration partners who want to incorporate paywise and its services into their systems or want to manage groups of companies.

### Typical Use Cases:

* **SaaS platforms**: Provide your users with a seamless experience for managing their receivables.
* **Parent companies**: Manage multiple companies within a group using the Partner API.

## What can you do with the Partner API?

The Partner API supports three main functionalities:

* **Create Client Companies** on paywise.
* **Onboard Users** as members of their respective companies.
* **Perform debt collection processes** for your Client Companies, including claim submissions, retrieving case status updates, and more.

<Tip>To learn more about these entities, visit the [Entities Page](/api-docs/partner-api/entities).</Tip>\
<Info>For managing cases, claims, and debtors, refer to the [Case Management API](/api-docs/case-management-api/introduction).</Info>

## What's the Difference Between the Partner API and the Case Management API?

The paywise platform offers two APIs to meet different needs:

### Partner API:

* Focused on creating and managing paywise accounts for your companies and onboarding their users.

### Case Management API:

* Enables companies to perform the entire debt collection process via API.

#### Key Points:

* As a Partner, you can use the Case Management API on behalf of your client companies to manage their debt collection processes.
* To do so, include a custom header (`X-User-Id`) with each request to the Case Management API, alongside your Partner Token in the `Authorization` header.

For more details, explore:

* [API-Only Onboarding](/api-docs/partner-api/onboarding-api-only)
* [Web Flow Onboarding](/api-docs/partner-api/onboarding-web-flow)

## Before You Start

Before starting your technical integration with the Partner API, we’d love to hear from you! Send us an email at [partner@paywise.de](mailto:partner@paywise.de), and we’ll discuss your use case and recommend the best approach.

### Next Steps:

<Steps>
  <Step title="Onboarding">
    You’ll be onboarded to our partner ecosystem, and your account will be assigned partner privileges.
  </Step>

  <Step title="Implementation">
    Follow the [Getting Started Guide](/api-docs/partner-api/getstarted) to begin integrating with the Partner API.
  </Step>
</Steps>

## Release Notes

Stay up to date with the latest features and improvements by regularly checking our release notes.

### January 2025

#### January 20

* Add field **default\_claim\_type** to company entity
* Add field **iban** to company entity

### October 2024

#### October 21 - Initial Release

* 🎉 Initial release of the Partner API!
