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

Novicap Confirming Standard API

Confirming (reverse factoring) invoices and payment instructions.

Novicap Confirming Standard API is one of 2 APIs that Novicap publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Confirming Standard. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 4 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://api.novicap.com/v1.

4 operations 3 paths 1 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://api.novicap.com/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Novicap Confirming Standard API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key issued from the Novicap user profile, sent as "Authorization: Bearer {apikey}". The key may alternatively be supplied as an "apikey" field in the JSON…

Paths & Operations 4

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

Confirming Standard 4

Confirming (reverse factoring) invoices and payment instructions.

POST
/confirming_standard/invoices
Add confirming invoices
addConfirmingInvoices 1 param body → 200201400401403500
GET
/confirming_standard/invoices
Retrieve confirming invoices
retrieveConfirmingInvoices 1 param → 200401403500
DELETE
/confirming_standard/invoices/{transaction_id}
Delete a confirming invoice
deleteConfirmingInvoice 2 params → 200401403404500
GET
/confirming_standard/payment_instructions
Retrieve confirming payment instructions
retrieveConfirmingPaymentInstructions 1 param → 200401403500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is InvoiceInput (2 properties). Each schema is shown below with its type and property counts.

InvoiceInput
object
Invoice payload. Documented deduplication key is (supplier, reference). Remaining fields are only partially documented by the provider.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

novicap-confirming-standard-api-openapi.yml Raw ↑

Other APIs Novicap publishes across the network.

Novicap Dynamic Discounting API