Voice Agents for Loan Servicing and Collections
Loan servicing and collections is one of the highest-volume, most-regulated phone channels in finance. Every month, hundreds of millions of calls flow between lenders and borrowers about payments due, payments missed, hardship, and resolution.
Loan servicing and collections is one of the highest-volume, most-regulated phone channels in finance. Every month, hundreds of millions of calls flow between lenders and borrowers about payments due, payments missed, hardship, and resolution. Much of this is deeply repetitive, deeply scripted, and deeply compliance-sensitive. Voice AI fits the shape of the work almost perfectly β when deployed with the right guardrails. The when-it-goes-wrong stories tend to involve missed compliance disclosures or poorly-designed handoffs, which is fixable design work, not a technology limitation.
This piece walks through what voice AI does well in loan servicing and collections, what to automate carefully, and the regulatory fences that absolutely can't be crossed.
TL;DR
- Loan servicing (payment reminders, balance inquiries, hardship triage) is a strong AI fit.
- Collections is possible but requires strict FDCPA + TCPA + state-law compliance.
- Never have AI make adversarial negotiation decisions β humans handle disputes.
- All outbound needs TCPA prior express consent. Confirm this before launching.
- Measure on first-payment recovery, compliance adherence, and customer retention (collections impacts LTV).
What voice AI does well
Servicing (non-delinquent accounts):
- Payment reminders ("your payment is due in 3 days").
- Balance and payoff inquiries.
- Auto-pay setup and changes.
- Address and contact updates.
- Hardship program intake.
Early-stage collections (1β60 days past due):
- Payment reminders with pay-now option.
- Hardship conversation triage.
- Payment plan setup (pre-approved terms only).
- Customer-information updates.
Late-stage collections (60+ days past due):
- Mini-Miranda disclosure.
- Structured account status communication.
- Capture of reason for delinquency.
- Handoff to human collector for negotiation.
The "collection" part of collections β actually negotiating settlements, handling disputes, making judgment calls about hardship programs β stays human in competent deployments.
TCPA is the starting gate
Any outbound voice AI call in the US requires TCPA compliance:
- Prior express consent (PEC) for non-telemarketing.
- Prior express written consent (PEWC) for telemarketing.
- AI-generated voice falls under the stricter regulations for "artificial or prerecorded voice" messages β full stop, regardless of how real the voice sounds.
- Quiet hours: 8 AM to 9 PM recipient's local time.
- Opt-out mechanisms must work immediately.
- DNC list compliance.
Before launching outbound AI calling, verify your consent posture with counsel. A single systematic TCPA violation can cost millions in class-action settlements.
For depth, see TCPA compliance for AI-powered outbound calls.
FDCPA for collections
For third-party debt collectors and first-party collectors in some contexts, FDCPA applies:
- Mini-Miranda required on collection calls: "This communication is from a debt collector attempting to collect a debtβ¦"
- Validation notice within 5 days of first contact.
- Timing and harassment restrictions.
- Third-party disclosure limits β can't discuss the debt with family or coworkers.
- Written dispute handling rules.
AI must follow all of these. Build the mini-Miranda and validation timing into the agent's opening script.
Reg E, Reg Z, FCRA
Additional banking regulations in scope:
- Reg E (electronic fund transfers) β how payments are authorized, error resolution.
- Reg Z (Truth-in-Lending) β APR, fees, payment terms must be accurate in any communication.
- FCRA (credit reporting) β anything about credit-bureau info has specific obligations.
Your compliance counsel has a full list. Don't rely on the vendor to know.
State-level variation
Collections regulations vary significantly by state:
- New York, California β stricter than FDCPA federal.
- Texas β specific licensing requirements.
- Massachusetts β strong consumer-protection overlay.
- Colorado β specific disclosures required.
Know every state where you operate. The union of state laws sets your actual compliance bar.
Sample servicing flow
[Inbound call]
Agent: "Thanks for calling Acme Lending β I'm the AI
assistant. Are you calling about your account?"
Caller: "Yeah, I want to check my balance."
Agent: "Sure β can I verify your identity? Can you
confirm your date of birth?"
[Caller confirms. Agent performs knowledge-factor auth.]
Agent: "Thanks. Your current balance is $4,327.18. Your
next payment of $215 is due March 15th. Is there anything
else?"
Caller: "Can I make a payment now?"
Agent: "Yes β we'll use the payment method on file.
I'll transfer you briefly to our secure payment system."
[Transfer to PCI-tokenized payment processor. Return
after completion.]
Agent: "Payment of $215 confirmed. Anything else?"
Clean, fast, compliant.
Sample collections flow (outbound)
[Outbound call β pre-confirmed consent on file]
Agent: "Hello, this is an attempt to reach Jamie Patel.
Are you Jamie?"
Caller: "Yes."
Agent: "Jamie, this is Acme Lending. This is an attempt
to collect a debt. Any information obtained will be used
for that purpose. Is now a good time to talk?"
Caller: "Yeah."
Agent: "Thanks. Your account is currently 45 days past
due with a balance of $1,847. I wanted to reach out to
see if we can set up a plan to bring the account current.
Is the delinquency due to a hardship, or were you planning
to pay?"
[Caller responds. AI routes to hardship flow if appropriate;
offers pre-approved payment plan if not; transfers to
human collector for anything complex or disputed.]
Compliant scripting, specific disclosures, clear handoff triggers.
When to hand off
Collections AI should hand off to humans when:
- Dispute of debt. Never have AI argue with a dispute. Route to dispute team.
- Hardship negotiation. Pre-approved plans AI can offer. Anything custom goes to human.
- Emotional escalation. Anger, tears, crisis signals.
- Cease-and-desist requests. Honor immediately, confirm in writing.
- Attorney representation. Stop communicating with the consumer directly.
- Bankruptcy mentioned. Stop collections immediately per automatic stay.
Each of these is a hard-coded stopping condition in the prompt.
Customer retention angle
Collections isn't just about recovering this month's payment β it's about keeping the customer.
Good collections AI:
- Doesn't treat every delinquent customer as adversarial.
- Offers hardship paths when appropriate.
- Handles edge cases with empathy before escalating.
- Recognizes the difference between "forgot to pay" and "can't pay."
Customers who feel respected in collections often stay with the lender. Customers who feel harassed leave β and file complaints.
Authentication
Strong authentication matters more in this context:
- Knowledge factors: DOB, account number, last-four of SSN.
- Possession: registered device or app.
- Never discuss debt details with unauthorized parties.
The agent should fail safely β if it can't verify identity, it doesn't share account details. Period.
See how AI support agents should handle account verification.
Recording and disclosure
- Record the call (most collections operations do, for compliance and training).
- Disclose recording if state law requires (two-party consent states).
- Retain recordings per your regulatory retention policy (often 2β5 years).
- Immutable storage.
Measurement
Key metrics:
- Right-party contact rate. Outbound calls that reached the intended party.
- Promise-to-pay rate. Calls ending with a commitment.
- Kept-promise rate. Commitments that actually paid.
- Compliance incident rate. Calls flagged for potential violations. Should be near zero.
- Complaint rate. Consumer complaints per thousand calls.
- Customer retention. Accounts that remain active post-resolution.
Related reading
- Compliance Considerations for AI Voice in Banking
- Voice AI in Financial Services: Trends and Use Cases
- Compliance and Accessibility for Government Voice AI
- Voice AI for Government Agencies
- HIPAA Compliance for AI Voice Agents in Healthcare
FAQ
Can AI negotiate settlement amounts? Only with pre-approved offers. Novel settlement negotiation stays human.
Can AI leave voicemail? Yes, with required disclosures. Some state laws restrict voicemail content.
What if the consumer says "I didn't take out this loan"? Immediate route to dispute team. AI doesn't challenge the dispute.
What about skip tracing and locating? Typically separate from voice AI; can use AI for outreach once located and consented.
Are there AI-specific consumer-protection laws for collections? A handful of states have proposed. None federally mandated yet. The regulatory wind is toward more disclosure and consent.

Tyler Weitzman is co-founder and Head of AI at Speechify. He has spent the past decade building the speech-synthesis stack that powers millions of users. Tyler writes about the engineering of real-time conversational systems β text-to-speech, speech recognition, latency budgets, model serving, and the architectural choices that separate prototypes from production-grade voice agents.
More from Tyler Weitzman
View all βOpen-Source vs Proprietary Voice Agent Stacks
The open-source voice AI stack in 2026 is genuinely good. Whisper and its derivatives handle STT. Open-weight LLMs like Llama 3/4, Qwen, Mistral handle the reasoning. Open-source TTS (XTTS, StyleTTS, Orpheus-class) handles output.
Build vs Buy: When to Build Your Own Voice Agent
Build-vs-buy for voice agents in 2026 is a different conversation than it was two years ago. Then, the open-source stack was rough and most serious deployments ended up building.
Voice Agents for Developer Support
Developer support is a strange category. Developers don't generally want to call anyone. They want Stack Overflow, they want clear docs, they want an LLM that can read their code.
Related reading
Voice AI in Financial Services: Trends and Use Cases
Financial services was one of the slower voice AI adopters through 2023 β the compliance surface, the fraud-sensitivity of the use cases, and the general institutional conservatism kept the sector cautious.
Compliance Considerations for AI Voice in Banking
Banking is the most heavily regulated industry where voice AI is seeing meaningful deployment. A misstep on compliance here doesn't just create legal exposure β it triggers regulator attention that can chill your entire program.
Compliance and Accessibility for Government Voice AI
Government voice AI has two compliance layers most commercial deployments don't: a set of federal accessibility standards that are legally binding (Section 508, ADA), and a patchwork of privacy and security rules that vary by agency, level of government, and type of data.
Voice AI, twice a month.
Get the best of the SIMBA resources hub β new articles, trend notes, and operator guides. No spam.
