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

eSign & agreements

Sanction letter to signed agreement in one sitting.

Generate the KFS and loan agreement, collect Aadhaar OTP eSign through NSDL or eMudhra, and store the signed artifact with a full audit trail.

api.neetix.in
curl -X POST https://api.neetix.in/v1/esign/initiate \
  -H "Authorization: Bearer sk_live_..." \
  -d '{
    "agreement_id": "agr_2093",
    "signer_phone": "+919399XXXXXX",
    "provider": "nsdl"
  }'
{
  "session_id": "esn_7752",
  "status": "otp_sent",
  "expires_in": 600
}

What ships in the box

Agreement generation

KFS and agreement PDFs rendered from your templates with loan terms filled in.

Aadhaar OTP eSign

Legally valid eSign under the IT Act, via NSDL or eMudhra ESPs.

Signed artifact storage

Tamper-evident signed PDFs stored encrypted, retrievable by loan ID.

Audit trail

Who signed, when, from where. Every step logged for compliance review.

Endpoints

POST/v1/agreements/generateGenerate KFS + agreement
POST/v1/esign/initiateStart eSign session
GET/v1/esign/{id}/documentFetch signed PDF

Providers

Each provider is an adapter behind the same interface. Pick one per lending program, switch with a config change.

NSDL · eSign ESPeMudhra

Wire it into your journey.

Sandbox keys today, production keys when you are ready. An engineer answers, not a bot.