Developers

Build on the rails behind community lending.

The Qardon API exposes member onboarding, contributions, applications, repayments, and ledger reads. Production access is gated. Join the waitlist — we open the API to vetted institutional integrators first.

API preview

A taste of the surface.

Full documentation publishes on production opening. This is non-binding preview.

POST /api/v1/qardon/members
POST /api/v1/qardon/contributions
POST /api/v1/qardon/applications
POST /api/v1/qardon/recovery/claims
GET /api/v1/qardon/pool/status
GET /api/v1/qardon/members/:id/dashboard
// Initiate a contribution (preview) POST https://api.qardon.com/v1/qardon/contributions Authorization: Bearer ${"{"}API_KEY${"}"} Content-Type: application/json { "amount_cents": 25000, "currency": "USD", "target": "pool", "member_id": "mem_...", "payment_method": "stripe_checkout", "idempotency_key": "contrib_..." }
Get notified

Developer waitlist.

Tell us who you are and what you're integrating. We respond to every submission within three business days.

Helps us route the right person to your inquiry.

Open source

What we share publicly.

Our policy is conservative: the proprietary platform stays private; small developer tools, SDKs, and audit-helpful utilities ship public when ready.

Client SDKs

TypeScript and Swift SDKs for institutional integrators. MIT-licensed. Release schedule follows the production API.

OpenAPI specs

Versioned OpenAPI 3.1 specs for every endpoint group. Auto-generated docs and codegen-friendly.

Audit utilities

Form 990 Schedule R helpers, ECOA decision-tree linters, OFAC list ingestion tools — useful even outside our platform.

GitHub organization opens when we publish the first repository.