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

Kushki Cash API

Cash voucher generation and lookup

Kushki Cash API is one of 12 APIs that Kushki publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Cash. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 3 base URLs: https://api.kushkipagos.com, https://api-uat.kushkipagos.com, https://api-stg.kushkipagos.com.

3 operations 2 paths 3 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.kushkipagos.com
Authentication
API Key, API Key
Contact
Resource Areas
1

Authentication & Security 2

Kushki Cash API declares 2 security schemes for authenticating requests. An API key is passed in the header as Public-Merchant-Id (PublicMerchantId). An API key is passed in the header as Private-Merchant-Id (PrivateMerchantId). By default, every request must be authenticated.

  • PublicMerchantId — Client-side merchant key. Used by Kushki.js and mobile SDKs to tokenize cards. Never use server-side for charging.
  • PrivateMerchantId — Server-side merchant key. Required for charge, capture, void, refund, subscription, and payout calls.

Paths & Operations 3

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

Cash 3

Cash voucher generation and lookup

POST
/cash/v1/charges
Kushki Create Cash Voucher
createCashCharge body → 2004XX
GET
/cash/v1/charges/{ticketNumber}
Kushki Get Cash Voucher
getCashCharge 1 param → 200
DELETE
/cash/v1/charges/{ticketNumber}
Kushki Cancel Cash Voucher
cancelCashCharge 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are CashChargeRequest (11 properties), CashChargeResponse (7 properties), Error (2 properties). Each schema is shown below with its type and property counts.

CashChargeResponse
object
7 properties
Error
object
2 properties
CashChargeRequest
object
11 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kushki-cash-api-openapi.yml Raw ↑

Other APIs Kushki publishes across the network.

Kushki Subscriptions API
Kushki Payouts API
Kushki Webhooks
Kushki Branches API
Kushki Card Present Charges API
Kushki Charges API
Kushki Pre-Authorization API
Kushki Terminals API
Kushki Tokens API
Kushki Transfer API
Kushki Voids and Refunds API