LenderOS APIs are live: KYC, bureau, mandates, eSign, payments. Explore the catalog →
Neetix AI
NEETIxAILENDER OS
API catalog

Every rail a lender needs.
Behind one API key.

Six API families cover the loan lifecycle end to end. Each provider is an adapter you can swap per lending program.

Bureau pulls

CIBIL, Experian, Equifax, and CRIF High Mark behind one endpoint. Soft pulls for pre-approval without touching the score, hard pulls when the application is real.

CIBIL · TransUnionExperianEquifaxCRIF High Mark
api.neetix.in
curl -X POST https://api.neetix.in/v1/bureau/pull \
  -H "Authorization: Bearer sk_live_..." \
  -d '{
    "pan": "ABCPE1234F",
    "type": "soft",
    "bureau": "cibil"
  }'
{
  "score": 761,
  "bureau": "cibil",
  "accounts": 7,
  "active_accounts": 3,
  "dpd_last_12m": 0,
  "inquiries_last_6m": 2
}

eNACH mandates

eNACH mandate registration over Razorpay and Cashfree rails with UPI Autopay fallback. Present EMIs on schedule and reconcile through signature-verified webhooks.

Razorpay · emandateCashfree · eNACHUPI Autopay · fallback
api.neetix.in
curl -X POST https://api.neetix.in/v1/mandates \
  -H "Authorization: Bearer sk_live_..." \
  -d '{
    "customer_id": "cust_8814",
    "max_amount": 12500,
    "frequency": "monthly",
    "rail": "enach"
  }'
{
  "mandate_id": "mnd_4471",
  "status": "pending_authentication",
  "auth_url": "https://rzp.io/i/mnd4471",
  "rail": "enach"
}

Ship your first API call today.

Sandbox keys, a Postman collection, and an engineer on the other side of the line.