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

Kredivo Calculator API

Installment, interest and service-fee breakdown.

Kredivo Calculator API is one of 5 APIs that Kredivo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Calculator. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 1 operation across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against 2 base URLs: https://sandbox.kredivo.com, https://{productionHost}.

1 operations 1 paths 5 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://sandbox.kredivo.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Kredivo Calculator API declares 1 security scheme for authenticating requests. An API key is passed in the header as server_key (serverKey).

  • serverKey — NOTE ON MODELLING: Kredivo does not use a header or an HTTP auth scheme. The per-merchant serverkey is sent as a field in the JSON request body of every operat…

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Calculator 1

Installment, interest and service-fee breakdown.

POST
/kredivo/v2/payments
Calculate installment options for a cart
calculatePayments body → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ProductItem (9 properties), PaymentsRequest (4 properties), PaymentsResponse (4 properties), ErrorDetail (3 properties). Each schema is shown below with its type and property counts.

PaymentsResponse
object
4 properties
PaymentType
string
Installment tenure chosen by the shopper.
PaymentsRequest
object
4 properties 3 required
ProductItem
object
A cart line. Beyond real SKUs, Kredivo reserves the ids shippingfee, adminfee, taxfee, discount, additionalfee, insurancefee and mixpayment for non-product lin…
9 properties 4 required
ErrorDetail
object
Kredivo's error envelope. Note the API returns HTTP 200 with status ERROR.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kredivo-calculator-api-openapi.yml Raw ↑

Other APIs Kredivo publishes across the network.

Kredivo Checkout API
Kredivo Confirmation API
Kredivo Tokenization API
Kredivo Transactions API