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 Dynamic Discounting API

Dynamic discounting suppliers, invoices, payment instructions and adjustments.

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

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

This API exposes 10 operations across 6 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version v1.

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

10 operations 6 paths 4 schemas 2 DELETE4 GET4 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 Dynamic Discounting 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 10

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

Dynamic Discounting 10

Dynamic discounting suppliers, invoices, payment instructions and adjustments.

POST
/dynamic_discounting/suppliers
Add dynamic discounting suppliers
addDynamicDiscountingSuppliers 1 param body → 200201400401403500
GET
/dynamic_discounting/suppliers
Retrieve dynamic discounting suppliers
retrieveDynamicDiscountingSuppliers 1 param → 200401403500
POST
/dynamic_discounting/invoices
Add dynamic discounting invoices
addDynamicDiscountingInvoices 1 param body → 200201400401403500
GET
/dynamic_discounting/invoices
Retrieve dynamic discounting invoices
retrieveDynamicDiscountingInvoices 1 param → 200401403500
DELETE
/dynamic_discounting/invoices/{transaction_id}
Delete a dynamic discounting invoice
deleteDynamicDiscountingInvoice 2 params → 200401403404500
POST
/dynamic_discounting/payment_instructions
Create a dynamic discounting payment instruction
createDynamicDiscountingPaymentInstruction 1 param body → 200201400401403500
GET
/dynamic_discounting/payment_instructions
Retrieve dynamic discounting payment instructions
retrieveDynamicDiscountingPaymentInstructions 1 param → 200401403500
POST
/dynamic_discounting/payment_adjustments
Create a dynamic discounting payment adjustment
createDynamicDiscountingPaymentAdjustment 1 param body → 200201400401403500
GET
/dynamic_discounting/payment_adjustments
Retrieve dynamic discounting payment adjustments
retrieveDynamicDiscountingPaymentAdjustments 1 param → 200401403500
DELETE
/dynamic_discounting/payment_adjustments/{transaction_id}
Delete a dynamic discounting payment adjustment
deleteDynamicDiscountingPaymentAdjustment 2 params → 200401403404500

Schemas 4

The contract defines 4 schemas 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
SupplierInput
object
Supplier payload. Field contract is only partially documented by the provider.
PaymentAdjustmentInput
object
Payment adjustment payload. Field contract is only partially documented.
PaymentInstructionInput
object
Payment instruction payload. Field contract is only partially documented.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

novicap-dynamic-discounting-api-openapi.yml Raw ↑

Other APIs Novicap publishes across the network.

Novicap Confirming Standard API