KapworkKapwork Partner API
How It Works

Overview

What the Partner API provides and how it works

Purpose

The Kapwork Partner API provides read-only access to verified receivables data. When your clients (vendors) issue receivables to their customers (debtors), and those debtors acknowledge the receivables in their procurement systems, we capture and normalize that data.

The API exposes receivables that have been verified through debtor systems such as Coupa, Ariba, Tradeshift, and similar platforms.


Core Entities

Loading diagram...
EntityDescriptionExample
VendorThe company that issued the receivableAcme Corp
DebtorThe company that owes paymentBigBuyer Inc
ReceivableA verified payment obligation from the debtor's systemINV-2024-001, $1,500

Available Operations

EndpointDescription
GET /v1/vendorsList vendors in your organization
GET /v1/debtors?vendor_id=XList debtors for a vendor
GET /v1/receivables?vendor_id=X&debtor_id=YList receivables for a vendor-debtor pair
GET /v1/receivables?vendor_id=XList all receivables for a vendor
GET /v1/receivables/:idGet a single receivable with full history

Limitations

This is a read-only API. You cannot create, update, or delete receivables. Receivable data originates from debtor systems; we synchronize it and expose it through the API.


Next

On this page