Developers

Developer Documentation.

Everything you need to integrate Kliro. Typed SDKs, copy-paste examples, webhooks, error handling, and a sandbox that mirrors production.

Quickstart

First payment in five minutes.

Install our typed SDK, paste your live key, and ship. Idempotent, retried, traced — production-ready out of the box.

payment.ts
import { Kliro } from '@kliro/sdk';

const client = new Kliro('sk_live_...');

const payment = await client.payments.create({
  amount: 4999,
  currency: 'usd',
  method: 'card',
  description: 'Pro subscription',
});

console.log(payment.status); // 'succeeded'

Need help?

Stuck on something? We're a chat away.

Real engineers staff our support — usually with a response in under two hours.

Contact support