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

Managing tokenized (0-click) shoppers and their credit limits.

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

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

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

2 operations 2 paths 5 schemas 2 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 Tokenization 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 2

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

Tokenization 2

Managing tokenized (0-click) shoppers and their credit limits.

POST
/kredivo/v2/deactive_user_token
Deactivate a tokenized user
deactivateUserToken body → 200
POST
/kredivo/v2/get_user_credit_details
Get a tokenized user's remaining credit limit
getUserCreditDetails body → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are UserTokenResponse (6 properties), UserCreditDetailsResponse (4 properties), ErrorDetail (3 properties), UserTokenRequest (2 properties). Each schema is shown below with its type and property counts.

PaymentType
string
Installment tenure chosen by the shopper.
UserTokenResponse
object
6 properties
UserCreditDetailsResponse
object
4 properties
ErrorDetail
object
Kredivo's error envelope. Note the API returns HTTP 200 with status ERROR.
3 properties
UserTokenRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kredivo-tokenization-api-openapi.yml Raw ↑

Other APIs Kredivo publishes across the network.

Kredivo Calculator API
Kredivo Checkout API
Kredivo Confirmation API
Kredivo Transactions API