← Agent catalogue

AI Agent Profile · LendingIQ · Bengaluru

Disbursement Agent AI

Invoked via: LOS post-sanction pipelineRuntime: AWS Bedrock · ap-south-1Model: Claude Sonnet 4Context window: 200K tokens

DivisionLending Operations

Resume

What this agent does

The Disbursement Agent AI runs the pre-disbursal checklist for every approved loan — verifying that all conditions precedent are met, that the borrower's bank account is verified, that the NACH mandate is active, and that the security documentation is in order for secured loans. It prepares the payment instruction for the disbursement officer to authorise, schedules the NOC post-repayment, and triggers the CBS loan account creation on confirmed disbursement. No funds move without a human officer's authorisation in the payment system.

Primary functions

Pre-Disbursal Checks

Every sanctioned loan — before payment instruction

Invoked when: loan is approved and sanction letter is issued, and disbursement is being prepared

  • Reads the sanction letter and generates the conditions precedent checklist — every condition the sanction letter specifies must be satisfied before disbursement: KYC completion, insurance policy assignment for mortgage loans, NOC from prior lender for refinancing cases, legal opinion on title for property loans, and any borrower-specific conditions added by the credit officer at sanction. Checks each condition against the document store and marks as satisfied or outstanding.
  • Checks sanction validity — whether the sanction letter is still within its validity period. A sanction that has lapsed requires re-approval before disbursement can proceed, regardless of how close to the original approval the current date is. No disbursement proceeds on a lapsed sanction.
  • For secured loans, verifies that the security creation documentation (equitable mortgage, registered mortgage, hypothecation, or pledge as applicable) has been executed and the charge has been registered in CERSAI — because disbursing on an unsecured basis against a secured sanction creates a security gap that cannot be remediated after the fact.
Output: Pre-disbursal check report — all conditions precedent with status (satisfied / outstanding), sanction validity status, security documentation check for secured loans. Any outstanding item halts the disbursal queue until resolved.

Account Verification & Payment Instruction

On pre-disbursal pass — immediately before payment prep

Invoked when: all pre-disbursal conditions are satisfied and the account needs to be verified before the payment instruction is prepared

  • Triggers a penny drop verification to the borrower's bank account — a real-time API call that confirms the account number and IFSC code are valid, that the account is active, and that the account holder's name matches the borrower's name on the sanction letter. A name mismatch or an inactive account stops the process immediately — the payment instruction is not prepared until the mismatch is resolved.
  • Prepares the payment instruction for the disbursement officer's authorisation: beneficiary account details (verified), IFSC, disbursement amount, payment reference (linked to the loan account number being created in CBS), and any tranched disbursement schedule if the loan is disbursed in stages.
  • Does not execute the payment. The payment instruction is submitted to the payment operations system where the human disbursement officer reviews the pre-disbursal check summary and authorises the transfer using their payment system credentials and authority.
Output: Penny drop verification result — account status, name match verdict. Payment instruction — beneficiary details, amount, reference, tranching schedule if applicable. Payment instruction is queued in payment ops system pending human officer authorisation.

NOC Scheduling

On loan creation — scheduled for post-repayment

Invoked when: disbursement is confirmed and the CBS loan account is created

  • Calculates the loan maturity date based on the disbursement date, tenure, and EMI schedule, and schedules the NOC (No Objection Certificate) generation workflow for the date the final EMI is received — creating a calendar entry in the document management system that triggers the NOC preparation workflow automatically at maturity, without requiring a manual flag from the borrower or operations team.
  • For secured loans, schedules the charge release workflow in CERSAI at the same maturity milestone — because the borrower is entitled to charge release on full repayment, and an unreleased charge that lingers after loan closure creates a legal encumbrance on the borrower's asset that LendingIQ has no right to maintain.
Output: NOC schedule entry — maturity date, NOC generation trigger, borrower contact details for NOC delivery. For secured loans: CERSAI charge release workflow scheduled. Both confirmed to the loan file record.

Hard guardrails

Will notPrepare a payment instruction on a lapsed sanction. Expired sanctions require re-approval from the credit officer before any disbursal activity resumes.
Will notProceed past a failed penny drop without human review. Account mismatch on verification requires the borrower's relationship manager to investigate before disbursement continues.
Will notTrigger the fund transfer. The payment instruction enters the payment ops queue; the authorised disbursement officer executes it. The agent has no access to payment execution credentials.

Known limitations

Penny drop confirms account ownership at the moment of verification — not the account's suitability for receiving loan proceeds. A joint account where only one joint holder is the borrower passes penny drop but may create legal complications for enforcement if repayment fails. The agent flags joint account structures for the disbursement officer's awareness.Build a joint account flag into the penny drop response handling — where the account holder name indicates a joint account, add a notation to the disbursement file for the officer's review before authorisation.
NACH mandate confirmation depends on the mandate having been processed by the sponsor bank — which can take 7–10 working days from registration. Where a borrower's first EMI date falls within this processing window, the mandate may not yet be active at disbursement. The agent flags this timing gap rather than proceeding on a pending mandate.For loans where the first EMI date falls within 14 days of disbursement, trigger the NACH registration at sanction rather than at disbursement preparation, to ensure the mandate is active before the first debit date.
Agent Profile · Disbursement Agent AI · LendingIQ · BengaluruLast updated April 2026 · For internal use

Important Reads

Learn more about how to deploy Disbursement Agent AI to your lending workflow.