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 Confirmation API

Confirming a transaction after a push notification.

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

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

This API exposes 1 operation across 1 path, and defines 3 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 3 schemas 1 GET

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 Confirmation 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 GET. Each is listed below with its method, path, parameters, and response codes.

Confirmation 1

Confirming a transaction after a push notification.

GET
/kredivo/v2/update
Confirm a transaction from a push notification
confirmTransaction 2 params → 200

Schemas 3

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

ErrorDetail
object
Kredivo's error envelope. Note the API returns HTTP 200 with status ERROR.
3 properties
TransactionStatus
object
15 properties
PaymentType
string
Installment tenure chosen by the shopper.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kredivo-confirmation-api-openapi.yml Raw ↑

Other APIs Kredivo publishes across the network.

Kredivo Calculator API
Kredivo Checkout API
Kredivo Tokenization API
Kredivo Transactions API