Connect Shellpoint loan, payment and escrow data to your stack — safely
The Shellpoint app from Shellpoint Mortgage Servicing lets homeowners view a loan snapshot, make one-time payments, schedule recurring payments and pull statements and documents. We turn those same flows into authorized, OpenBanking-style APIs: account login, loan-balance sync, payment-history export, escrow analysis and the newer in-app HELOC draw experience.
- Loan & balance data is reconciliation-grade — unpaid principal balance, escrow balance, interest rate, next payment due and last paid installment map directly into accounting and portfolio systems.
- Payment history is a clean transaction ledger — posted payments split into principal, interest, escrow and fees support cash-flow forecasting and audit trails.
- Documents are structured records — monthly statements, year-end 1098 mortgage interest forms and escrow analysis statements are exactly what tax, compliance and document-warehouse pipelines need.
What we deliver
Every Shellpoint API integration engagement is scoped around the data you actually need. We start from the public Shellpoint app and homeowner portal behaviour, document the authorization and request chain, and hand back a working implementation plus the paperwork to run it responsibly. A typical delivery package includes the items below; we adjust the mix to your stack (Python, Node.js, Go, or a hosted endpoint).
Deliverables checklist
- API specification (OpenAPI / Swagger) for every Shellpoint endpoint in scope
- Protocol and auth-flow report (OAuth-style tokens / session / cookie chain, refresh logic)
- Runnable source for login, loan snapshot, payment history and statement download
- Normalization layer that maps Shellpoint fields to a stable schema
- Automated tests, sample payloads and full API documentation
- Compliance guidance (RESPA / Regulation X, GLBA privacy, consent and retention)
Engagement models
- Source-code delivery from $300 — you receive runnable API source code and documentation; pay after delivery once you have verified it works.
- Pay-per-call hosted API — call our maintained Shellpoint endpoints and pay only for the requests you make, with no upfront fee; suited to teams that prefer usage-based pricing.
- NDA and security review on request; we keep credentials, logs and consent records inside your environment whenever possible.
Why this app’s data matters
Shellpoint Mortgage Servicing processes payments for more than 1.7 million homeowners nationwide and is among America’s largest non-bank mortgage servicers. That makes its loan-level data — balances, escrow, payment status, statements — high-value for accounting platforms, personal-finance aggregators, mortgage investors and homeowner advisory tools that today rely on PDFs and manual data entry.
Feature modules
1. Account login & loan snapshot API
Mirrors the app’s authorization handshake to bind a homeowner account, then returns the loan snapshot: account number, property address, loan type, interest rate, maturity date, current unpaid principal balance and next payment due. Use it to power a "my mortgage" tile inside a banking app or to refresh loan reference data in a CRM nightly.
2. Payment history & transaction ledger API
Returns posted payments with date ranges, paging and a principal / interest / escrow / fee breakdown, plus pending and returned items. Concrete use: an accounting team reconciles mortgage outflows against the general ledger and flags any payment that did not post on schedule.
3. Payments orchestration API
Surfaces one-time payment status, pending payments and recurring payment schedules the same way the app does. Concrete use: a treasury automation script confirms that the autopay draft for each loan is scheduled before the cycle date and raises an alert if a recurring plan was cancelled.
4. Statements & documents API
Lists and retrieves monthly billing statements, year-end 1098 mortgage interest statements and escrow analysis statements as PDF plus parsed fields. Concrete use: a document-warehouse pipeline ingests each new statement on publication so a tax preparer never has to ask the homeowner to download it.
5. Escrow, tax & insurance API
Exposes escrow balance, scheduled disbursements for property tax and hazard insurance, the annual escrow analysis result and the status of an in-app escrow cancellation request — a feature Shellpoint added so homeowners can submit cancellations without calling support. Concrete use: a homeowner advisory tool warns a client when an escrow shortage is projected.
6. HELOC draw & line-of-credit API
Reads available credit, drawn balance and draw history for eligible home equity lines — reflecting the enhanced HELOC experience Shellpoint shipped in 2024 that lets eligible users access funds directly in the app. Concrete use: a liquidity dashboard tracks remaining HELOC headroom alongside other revolving facilities.
Data available for integration (OpenData perspective)
The table below maps the data the Shellpoint app already shows a homeowner to the screen or feature it comes from, the granularity an integration can expect, and a typical downstream use. We only surface data through authorized access; nothing here implies bypassing Shellpoint Mortgage Servicing controls.
| Data type | Source screen / feature | Granularity | Typical use |
|---|---|---|---|
| Loan snapshot | Account overview / "view a snapshot of your current loan" | Per loan: UPB, rate, term, maturity, next due date, next due amount | Portfolio dashboards, CRM reference sync, net-worth tracking |
| Payment / transaction ledger | Recent activity & payment history | Per transaction: date, amount, principal/interest/escrow/fee split, status | Accounting reconciliation, cash-flow forecasting, audit |
| Scheduled & pending payments | Make a payment / view pending / recurring payments | Per plan: amount, frequency, next draft date, source account masked | Treasury automation, autopay health checks, dunning prevention |
| Escrow account | Escrow details & annual escrow analysis | Balance, projected disbursements (tax, insurance), shortage/surplus, cancellation request status | Homeowner advisory, compliance monitoring, budgeting tools |
| Statements & documents | Access statements and documents | Monthly statement PDFs, year-end 1098, escrow analysis statements, letters | Document warehousing, tax-prep automation, recordkeeping |
| HELOC line activity | HELOC experience (eligible loans) | Credit limit, drawn balance, available credit, draw history | Liquidity dashboards, lending analytics, refinance triggers |
| Account & contact profile | Profile / link a loan (includes property ZIP field added in 2024) | Borrower name, mailing address, loan linkage metadata | KYC refresh, mailing reconciliation, multi-loan rollups |
Typical integration scenarios
Accounting & ERP reconciliation
Context: a property management or family-office back office tracks dozens of mortgages serviced by Shellpoint. Data/API: the payment history endpoint pulls each posted payment with its principal/interest/escrow split. OpenFinance mapping: the normalized ledger feeds the same accounting connector used for bank-feed data, so a mortgage outflow reconciles against the general ledger exactly like a bank transaction would under an OpenBanking aggregation model.
Personal-finance aggregation
Context: a budgeting or net-worth app wants to show a user’s mortgage next to checking, savings and credit cards. Data/API: the loan snapshot and escrow endpoints return UPB, rate, next payment and escrow status. OpenFinance mapping: the mortgage becomes one more "account" object in the aggregation graph, refreshed on the same consent-driven cadence as OpenBanking account feeds.
Mortgage portfolio analytics for investors
Context: an investor or asset manager holds loans serviced by Shellpoint and needs current performance data. Data/API: loan snapshot plus payment ledger gives unpaid principal balance, last paid installment and delinquency timing per loan. OpenFinance mapping: the export aligns with the loan-level fields servicing APIs already publish (UPB, last paid installment, origination/acquisition), so the data slots into existing surveillance models.
Tax-season document automation
Context: a tax preparer needs every client’s year-end 1098. Data/API: the statements & documents endpoint lists and downloads the 1098 mortgage interest statement and supporting escrow analysis as soon as Shellpoint publishes them. OpenFinance mapping: documents flow into the preparer’s vault via a consent token, mirroring how OpenBanking statement APIs deliver PDFs and parsed fields.
Hardship & loss-mitigation tracking
Context: a housing counselor or servicer-oversight tool follows a borrower through a payment-assistance review. Data/API: payment status, escrow shortage and document endpoints surface where the loan stands. OpenFinance mapping: the workflow is built to respect the "loss mitigation review cycle" framework in the CFPB’s 2024 proposed Regulation X amendments, so status changes and borrower communications are logged with timestamps.
Technical implementation
The snippets below are illustrative pseudo-code showing the shape of a Shellpoint API integration: a token-based login, a statement/transaction query with paging, and a webhook for asynchronous events such as a payment posting or a new document becoming available. Real field names are confirmed during protocol analysis; error handling and retry/backoff are part of every delivery.
1. Authorize a homeowner session
// Step 1: exchange app-style credentials for an access token
POST /api/v1/shellpoint/auth/token
Content-Type: application/json
{
"username": "<HOMEOWNER_LOGIN>",
"password": "<SECRET>",
"device_id": "<BOUND_DEVICE>"
}
// 200 OK
{
"access_token": "eyJhbGciOi...",
"refresh_token": "def502...",
"expires_in": 1800,
"loan_ids": ["LN-100482931", "LN-100533117"]
}
// On 401: re-auth; on 429: honor Retry-After header.
2. Pull the payment / transaction ledger
GET /api/v1/shellpoint/loans/LN-100482931/transactions
?from=2025-01-01&to=2025-12-31&page=1&page_size=50
Authorization: Bearer <ACCESS_TOKEN>
// 200 OK
{
"loan_id": "LN-100482931",
"unpaid_principal_balance": 248113.42,
"page": 1, "page_size": 50, "total": 12,
"transactions": [
{
"posted_date": "2025-11-01",
"type": "PAYMENT",
"amount": 1842.55,
"principal": 421.10,
"interest": 951.20,
"escrow": 470.25,
"fees": 0.00,
"status": "POSTED"
}
]
}
3. Subscribe to events (webhook)
POST /api/v1/shellpoint/webhooks
Authorization: Bearer <ACCESS_TOKEN>
{
"url": "https://your-app.example.com/hooks/shellpoint",
"events": ["payment.posted", "document.available", "escrow.analysis.updated"],
"secret": "<HMAC_SHARED_SECRET>"
}
// Delivered payload (verify X-Signature HMAC-SHA256):
{
"event": "document.available",
"loan_id": "LN-100482931",
"document": { "kind": "STATEMENT", "period": "2025-11", "doc_id": "DOC-9F3A" },
"occurred_at": "2025-11-02T07:14:00Z"
}
Data flow / architecture
A simple pipeline keeps the integration auditable: Shellpoint app / homeowner portal → consent & auth gateway (token issuance, scope checks, consent log) → API connector / ingestion (paged pulls, webhooks, retry/backoff) → normalization & storage (stable schema, encryption at rest, retention rules) → analytics & export (dashboards, CSV/JSON/Excel, downstream API). Each hop is logged so you can answer who accessed which loan’s data and when.
Compliance & privacy
Regulatory alignment
Mortgage servicing data in the United States sits under the CFPB’s mortgage servicing rules — RESPA Regulation X and TILA Regulation Z — with the Bureau’s July 2024 proposed amendments adding structure around the loss-mitigation review cycle. Consumer financial data also falls under the Gramm-Leach-Bliley Act safeguards and privacy provisions, the Fair Credit Reporting Act where furnishing is involved, and state laws such as the CCPA. We build every Shellpoint integration to fit these regimes rather than around them.
How we handle it
- Authorized access only — customer-provided credentials, documented public flows, or a sanctioned partner channel.
- Consent capture and an immutable access log for every loan and document touched.
- Data minimization — we pull only the fields a use case needs and recommend retention windows.
- Encryption in transit and at rest; secrets kept in your environment; NDA on request.
- No marketing of bypass techniques — this is protocol analysis and reverse engineering for interoperability, not circumvention.
Market positioning & user profile
Shellpoint Mortgage Servicing is a US-focused, non-bank mortgage servicer — in recent years one of the country’s largest — with offices in Florida, South Carolina, Texas and Arizona and a workforce of more than 2,500. The app serves homeowners (B2C) who need to view their loan, pay, and pull documents on Android and iOS, while the data behind it is most interesting to B2B audiences: lenders and investor clients whose loans Shellpoint services, accounting and PFM platforms, housing counselors, and fintechs assembling US mortgage coverage. Shellpoint also operates under the Newrez / Rithm Capital umbrella, so a Shellpoint integration often sits next to broader US servicing-data work.
Screenshots
Screens from the Shellpoint app on Google Play — loan snapshot, payments, statements and account management. Click any thumbnail to enlarge.
Similar apps & integration landscape
Shellpoint sits inside a wide US mortgage-servicing ecosystem. Teams that integrate one servicer’s app data usually end up wanting a unified view across several, so the apps below come up often in the same projects. They are listed here as part of the integration landscape, not ranked or compared.
One of the largest US servicers; its app holds loan snapshots, payment history and document access, so a unified export across Mr. Cooper and Shellpoint is a common ask.
PennyMac’s servicing app exposes balances, escrow and statements; portfolios often mix PennyMac- and Shellpoint-serviced loans, driving demand for a single transaction feed.
A subservicer whose portal carries payment, escrow and tax-document data; aggregators frequently need LoanCare alongside Shellpoint coverage.
Holds loan-level payment and escrow records in its app; appears in the same digital-experience studies as Shellpoint and the same data-export requests.
Shares a corporate umbrella with Shellpoint; its app surfaces similar loan snapshot and statement data, so cross-brand normalization is a natural extension.
Services a large book including non-prime loans; its app carries payment history and escrow analysis that pairs with Shellpoint data in portfolio tools.
Better known for origination but also services loans; users tracking both an originated Rocket loan and a Shellpoint-serviced loan want one dashboard.
A major subservicer behind many lenders’ branded portals; its statement and payment data slots into the same OpenFinance aggregation as Shellpoint.
Offers servicing plus HELOCs and refinancing; HELOC draw data lines up with Shellpoint’s newer in-app HELOC experience for liquidity reporting.
A servicer whose app exposes loan, payment and escrow details; commonly bundled with Shellpoint in multi-servicer reconciliation work.
About us
We are an independent studio focused on fintech and open-data API integration. Our engineers come from banks, payment platforms, mortgage technology and protocol-analysis backgrounds, and we ship end-to-end interfaces under real security and compliance constraints — not slideware.
- Mortgage servicing, digital banking, payments and document automation
- Enterprise API gateways, webhook infrastructure and security reviews
- Custom Python / Node.js / Go SDKs, normalization layers and test harnesses
- Full pipeline: protocol analysis → build → validation → compliance hand-off
- Source-code delivery from $300 — runnable API source code plus documentation; pay after delivery upon satisfaction
- Pay-per-call hosted API — usage-based pricing, no upfront cost
Contact
To request a quote or submit your target app and requirements (for Shellpoint or any other servicer’s app), open our contact page:
Tell us which data you need — loan snapshot, payment history, escrow, statements, 1098 forms, HELOC draws — and your preferred delivery model.
Engagement workflow
- Scope confirmation — which Shellpoint flows and data you need (login, loan snapshot, payments, statements, escrow, HELOC).
- Protocol analysis and API design — 2–5 business days, complexity-dependent.
- Build and internal validation — 3–8 business days.
- Documentation, sample payloads and test cases — 1–2 business days.
- First delivery — typically 5–15 business days; third-party approvals may extend timelines.
FAQ
What do I need to provide to start a Shellpoint integration?
Which Shellpoint data can realistically be exposed through an API?
How do you keep a Shellpoint integration compliant?
How long does delivery take and what does it cost?
📱 Original app overview (appendix)
Shellpoint (package com.shellpointmtg) is the official mobile app of Shellpoint Mortgage Servicing. It lets homeowners manage their mortgage online: view a snapshot of the current loan including account details, recent activity and payment info; make a one-time payment, view pending payments or schedule recurring payments; and access statements and documents — all from a phone.
Shellpoint Mortgage Servicing manages (or “services”) mortgage loans after lenders originate them. On behalf of lenders and investor clients it accepts and processes mortgage payments from more than 1.7 million homeowners nationwide, and in recent years has grown into one of America’s largest non-bank mortgage servicers, with over 2,500 employees across offices in Florida, South Carolina, Texas and Arizona.
- Loan snapshot: account details, recent activity, payment info, interest rate, next payment due
- Payments: one-time payments, pending payments, recurring payment schedules
- Documents: monthly statements, year-end 1098 tax forms, escrow analysis statements, letters
- Recent additions (2024–2025): enhanced HELOC experience to access funds in-app, in-app escrow cancellation requests, property ZIP code field on the “Link a Loan” screen
- Available on Android and iOS; latest published version in the 3.6.x series
References: Google Play listing, App Store listing, and Wikipedia: Mortgage servicer.