KYKEON Payment API
Loading environment…

Build payments that feel instant, global, inevitable.

LINK4TECH Kykeon is a fast, secure, developer-first payment processing API for E-commerce and POS. Pre-Auth, Capture, Void, Refund, Payout, DCC, Tokenization, Webhooks and more — unified in a single, beautifully-documented surface.

Version OpenAPI 3.1
Endpoints across all tags
Status
All systems operational
Heartbeat checks passing

Pre-Auth → Capture

Reserve funds, settle later. Clean two-phase flow with typed responses.

Void & Refund

Cancel authorisations or issue full/partial refunds with a single call.

DCC & Payout

Dynamic currency conversion and OCT transfers for global merchants.

PCI-grade security

Tokenization, encryption, and real-time heartbeat monitoring built-in.

Get started

Your first transaction in under a minute.

Provision a sandbox key, drop one of these snippets into your favourite terminal or runtime, and watch a pre-authorisation clear in real time.

curl -X POST 'https://kykeons.link4.tech/ecomapi/preauth/' \
  -H 'X-API-KEY: your_sandbox_key' \
  -H 'Content-Type: application/json' \
  -d '{
    "amount": "12.00",
    "currency": "EUR",
    "card_number": "4005529999000123",
    "expiry_date": "12/31",
    "cvv": "196",
    "cardholder_name": "John Doe",
    "transaction_reference": "order-00001"
  }'
4005 5299 9900 0123 Public sandbox test card — approves on stage. Production keys require a formal processing agreement.