Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kanmon Invoices API

The Invoices API from Kanmon — 3 operation(s) for invoices.

Kanmon Invoices API is one of 14 APIs that Kanmon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Invoices. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 26 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against 4 base URLs: https://api.kanmon.com, https://api.kanmon.dev, http://localhost:3333, https://workflow.concar.dev.

3 operations 3 paths 26 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://api.kanmon.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Kanmon Invoices API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Authorization).

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Invoices 3
GET
/api/platform/v2/invoices/{id}
Fetch an invoice
getInvoice 2 params → 200400403404429500
GET
/api/platform/v2/invoices
Fetch invoices
getAllInvoices 9 params → 200400403429500
POST
/api/platform/v2/invoices/finance
Finance an invoice
financeInvoice body → 201400403404409429500

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are Invoice (32 properties), FinanceInvoiceRequestBody (23 properties), Address (6 properties), InvoiceRepaymentScheduleItem (4 properties). Each schema is shown below with its type and property counts.

financeInvoice_409_response
IncorrectProductTypeException
object
3 properties 3 required
PlatformInvoiceIdAlreadyExistsException
object
3 properties 3 required
InsufficientCreditLimitException
object
3 properties 3 required
financeInvoice_404_response
IssuedProductStatusNotCurrentException
object
3 properties 3 required
InvoiceRepaymentScheduleItem
object
4 properties 4 required
InvoiceRepaymentSchedule
object
1 property 1 required
Invoice
object
32 properties 28 required
getInvoice_404_response
PaginationResult
object
3 properties 3 required
BusinessNotFoundException
object
3 properties 3 required
FinanceInvoiceRequestBody
object
23 properties 8 required
InternalServerErrorException
object
3 properties 3 required
IssuedProductNotFoundException
object
3 properties 3 required
Address
object
6 properties 5 required
InvalidInvoiceDueDateException
object
3 properties 3 required
ForbiddenException
object
3 properties 3 required
BadRequestException
object
3 properties 3 required
InvoicePaymentPlanNotFoundException
object
3 properties 3 required
TooManyRequestsException
object
3 properties 3 required
InvoiceStatus
string
The status of the invoice. INVOICECREATED The business has submitted an invoice and it is under review. INVOICEFUNDED The funds for the invoice have been disbu…
IncorrectFinancingAmountException
object
3 properties 3 required
InvoiceNotFoundException
object
3 properties 3 required
financeInvoice_400_response
GetInvoicesResponse
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kanmon-invoices-api-openapi.yml Raw ↑

Other APIs Kanmon publishes across the network.

Kanmon Bank Accounts API
Kanmon Businesses API
Kanmon Connect Tokens API
Kanmon Documents API
Kanmon Draw Requests API
Kanmon Embedded Sessions API
Kanmon Integrated MCA API
Kanmon Issued Products API
Kanmon Offers API
Kanmon Payments API
Kanmon Prequalifications API
Kanmon Sandbox Utilities API