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

Status, cancellation and reversal of transactions.

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

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

This API exposes 3 operations across 3 paths, and defines 7 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}.

3 operations 3 paths 7 schemas 3 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 Transactions 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 3

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

Transactions 3

Status, cancellation and reversal of transactions.

POST
/offline/v1/reversal_transaction
Reverse an offline (EDC) transaction
reverseOfflineTransaction body → 200
POST
/kredivo/transaction/status
Check a transaction's status by order ID
checkTransactionStatus body → 200
POST
/kredivo/v2/cancel_transaction
Cancel a transaction in full or in part
cancelTransaction body → 200

Schemas 7

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

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kredivo-transactions-api-openapi.yml Raw ↑

Other APIs Kredivo publishes across the network.

Kredivo Calculator API
Kredivo Checkout API
Kredivo Confirmation API
Kredivo Tokenization API