Skip to content

4.12 Core banking and payout integration

The lender’s sponsor bank is the bank that:

  • Holds the lender’s collection account, disbursement account, escrow accounts.
  • Submits the lender’s NACH presentation files to NPCI.
  • Provides virtual accounts for borrower-level repayment routing.
  • Provides payout APIs for disbursement (IMPS / NEFT / RTGS / UPI).
  • Provides statement / MIS files daily.

Choosing the sponsor bank is one of the most consequential operational decisions for a new NBFC.

The Indian banks with strongest API banking / fintech infrastructure for NBFC partnerships:

BankAPI maturityTypical fintech relationship
HDFC BankMature API stack; large fintech partnershipsPremium, deep
ICICI BankMature; iLens / API bankingPremium, deep
Axis BankMature; active fintech divisionPremium, deep
Yes BankAPI-first historically; fintech-friendlyActive
IDFC FIRSTStrong fintech focus; modern stackActive
Kotak MahindraDecent API; selective fintech partnershipsSelective
RBL BankActive in fintechActive
DCB / Equitas / AU Small Finance / Fincare / Bandhan / FederalVarying maturity; some strong on specific railsMixed
Public-sector banksGenerally less API-mature; partnerships exist but slowerSlower
  • NACH presentation — daily file submission + ack.
  • Virtual account — sub-account per borrower for repayment.
  • API banking — payout rails, statement pull.
  • Pricing — per-transaction; volume-tiered.
  • SLAs — file submission cutoff, payout-confirmation latency, statement availability.
  • Integration support — bank’s IT team availability.

Independent of sponsor bank, payout aggregators add a layer of redundancy and modern APIs:

VendorURL
RazorpayX Payoutsrazorpay.com/x
Cashfree Payoutscashfree.com
Setu Bridgesetu.co
M2P Payoutsm2pfintech.com
Decentrodecentro.tech
Karza Disbursekarza.in

These wrap multiple banks’ APIs behind a single API; useful for failover and broader coverage.

  • Per-borrower virtual account under master collection account.
  • Borrower transfers to their virtual account.
  • Auto-allocated to their loan.
  • Eliminates manual reconciliation guesswork.
  • Daily MIS from sponsor bank: NACH ack file, statement, virtual-account credits.
  • Internal recon engine: matches expected to actual.
  • Exception queue for mismatches.
  • GL reflection: matched entries flow to ledger.
  • REST / JSON for modern banks and aggregators.
  • SFTP + file-based for legacy public-sector banks (NACH files, statement files).
  • Webhooks for asynchronous notifications (NACH ack, virtual-account credit, payout status).
  • NACH presentation: per debit attempt ₹2 – ₹15.
  • Payout (IMPS / NEFT / RTGS): ₹2 – ₹10 per transaction.
  • Virtual account allocation: usually small fee per active VA.
  • API banking: bank-specific, often a setup fee + usage.
  • RBI Payment System Data Storage — payment data within India.
  • NPCI rules for NACH / UPI rails.
  • Outsourcing MD — bank relationship governed under your outsourcing framework as well.
  • Digital Lending Guidelines — direct flow lender → borrower.
  • Sponsor bank relationship: Buy (negotiate hard).
  • Payout aggregator: Buy (RazorpayX / Cashfree).
  • NACH presentation file: Build (format stable; data is yours).
  • Reconciliation engine: Build (your data, your rules).
  • Virtual-account allocation logic: Build (your loan-mapping rules).