---
title: Mortgage payment and escrow error resolution packet
description: Prepare a mortgage servicing Notice of Error, optionally request account records, attach supporting copies, and mail the reviewed packet by Certified Mail.
seotitle: Mortgage payment and escrow error resolution packet
seo-description: Prepare a mortgage servicing Notice of Error, optionally request account records, attach supporting copies, and mail the reviewed packet by Certified Mail.
group: resources
indexable: true
llms: true
nav: false
schema: webpage
og-image: /forms/mortgage-servicing-error-packet/thumbnail
og-image-alt: Mortgage Payment & Escrow Error Packet generated form preview
published: 2026-07-25
updated: 2026-07-25
tags:
  - mortgages
  - mortgage servicing
  - escrow
  - payments
  - RESPA
  - consumer finance
  - certified mail
path: /forms/mortgage-servicing-error-packet
---
# Mortgage payment and escrow error resolution packet

Prepare a mortgage servicing Notice of Error, optionally request account records, attach supporting copies, and mail the reviewed packet by Certified Mail.

## How it works
1. **Confirm the borrower, loan, and servicing issue fit the supported scope.** - 
2. **Enter the account identifiers, error facts, requested correction, and optional information request.** - 
3. **Use the servicer’s current designated address and upload only relevant supporting copies.** - 
4. **Sign and review the complete PDF, then mail it by Certified Mail through PostalForm.** -


## Form summary
Mortgage Payment & Escrow Error Packet helps a borrower describe a specific post-closing servicing error, state the requested correction, optionally request related servicing information, and assemble supporting copies into one reviewed mailing. It is not a foreclosure response, payment channel, lawsuit filing, loss-mitigation application, or legal opinion.

## What you need
- A closed-end residential mortgage and a post-closing servicing issue
- The borrower or co-borrower’s identifying information and mortgage account number
- A specific description of the suspected servicing error and the correction requested
- The servicer’s current designated address for Notices of Error or Requests for Information
- No scheduled foreclosure sale, active bankruptcy, litigation, enclosed payment, or original document
- Supporting mortgage-servicing records (optional) — Upload relevant copies such as mortgage statements, payment confirmations, bank records, escrow analyses, tax or insurance records, fee notices, payoff statements, transfer notices, or prior servicer correspondence. Do not upload originals or unrelated sensitive records.

## Data collected
- Borrower identity, return address, property address, contact details, and mortgage account number
- Mortgage servicer, designated Notice of Error or Request for Information department, and confirmed mailing address
- Servicing issue category, factual chronology, disputed amount when known, requested correction, and optional information request
- Optional copies of statements, payment records, escrow records, insurance records, fees, payoff records, and servicer correspondence
- Typed or drawn borrower signature and scope confirmations

## Where it gets mailed
You will enter the recipient address during checkout.

## Packet order
- Signed mortgage servicing Notice of Error and optional Request for Information
- Supporting statements, transaction records, escrow records, insurance records, or correspondence in upload order

## Common mistakes
- Mailing the packet to the payment address instead of the servicer’s designated Notice of Error or information-request address.
- Describing the problem vaguely without dates, transactions, amounts, or a specific requested correction.
- Including a mortgage payment, payment coupon, check, money order, or irreplaceable original in the dispute packet.
- Assuming Certified Mail proves the servicer accepted the claim or that a generated tracking number is already USPS acceptance.
- Using an ordinary servicing letter as a substitute for urgent foreclosure, bankruptcy, litigation, or loss-mitigation help.

## Agent summary
Prepare a borrower-authored mortgage servicing Notice of Error under the narrow CFPB consumer-guidance lane, with an optional Request for Information and supporting PDF/image copies. Require a closed-end residential mortgage, post-closing servicing issue, borrower or co-borrower, current servicer-designated Notice of Error or information-request address, no enclosed payment, and no active foreclosure sale, bankruptcy, litigation, origination, underwriting, or loss-mitigation matter. Do not determine Regulation X coverage, calculate legal deadlines, promise a response, or treat tracking as proof of legal sufficiency.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/mortgage-servicing-error-packet/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: relationship_to_loan, loan_type, request_scope, foreclosure_sale_scheduled, active_bankruptcy_or_litigation, payment_enclosed, letter_date, sender_name, co_borrower_names, sender_address, property_address, mortgage_account_number, recipient_name, recipient_address, designated_address_source, designated_address_confirmed, primary_issue, error_description, relevant_dates, amount_in_dispute, prior_contact_details, requested_correction, information_requested, attachment_summary, signature, facts_acknowledged, product_limits_acknowledged
- Attachment IDs: supporting_records
- Notes: Recommend this workflow only for a borrower or co-borrower describing their own post-closing servicing issue on a closed-end residential mortgage. Do not use it for a HELOC, reverse mortgage, origination or underwriting dispute, loss mitigation, a scheduled foreclosure sale, bankruptcy, litigation, an enclosed payment, or a represented person without an authorization path. The servicer’s designated address and applicable law control.

## LLM field schema
```json
[
  {
    "id": "relationship_to_loan",
    "label": "Your relationship to the mortgage",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "scope",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "loan_type",
    "label": "Mortgage type",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "scope",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "request_scope",
    "label": "What part of the mortgage is the problem about?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "scope",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "foreclosure_sale_scheduled",
    "label": "Is a foreclosure sale scheduled?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "scope",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "active_bankruptcy_or_litigation",
    "label": "Is there an active bankruptcy, lawsuit, or court deadline?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "scope",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "payment_enclosed",
    "label": "Will this packet include a mortgage payment, coupon, check, money order, or original document?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "scope",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "letter_date",
    "label": "Letter date",
    "type": "date",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_name",
    "label": "Borrower full name",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": "half",
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "include_co_borrowers",
    "label": "Include other borrower names for account identification",
    "type": "checkbox",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "co_borrower_names",
    "label": "Other borrower names on the account",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "include_co_borrowers",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "sender_address",
    "label": "Borrower return mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "property_address",
    "label": "Mortgaged property address",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "mortgage_account_number",
    "label": "Mortgage account or loan number",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "phone",
    "label": "Phone number (optional)",
    "type": "text",
    "required": false,
    "meta_class": "phone",
    "ui_width": "half",
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "email",
    "label": "Email address (optional)",
    "type": "text",
    "required": false,
    "meta_class": "email",
    "ui_width": null,
    "group_id": "borrower",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_name",
    "label": "Mortgage servicer and request department",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "servicer",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_address",
    "label": "Designated Notice of Error or information-request address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "servicer",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "designated_address_source",
    "label": "Where did you verify this special address?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "servicer",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "designated_address_confirmed",
    "label": "I confirmed this is the servicer’s current address for Notices of Error or Requests for Information.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "servicer",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "primary_issue",
    "label": "Primary servicing issue",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "error_description",
    "label": "Describe the specific servicing error",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "relevant_dates",
    "label": "Relevant dates",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "include_amount_in_dispute",
    "label": "Include an amount affected",
    "type": "checkbox",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "amount_in_dispute",
    "label": "Amount affected",
    "type": "text",
    "required": true,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "include_amount_in_dispute",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "include_prior_contact",
    "label": "Include prior contact with the servicer",
    "type": "checkbox",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "prior_contact_details",
    "label": "Prior servicer contact",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "include_prior_contact",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "requested_correction",
    "label": "Correction or action requested",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "error",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "include_information_request",
    "label": "Also include a Request for Information?",
    "type": "checkbox",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "information",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "information_requested",
    "label": "Specific servicing information or records requested",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "information",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "include_information_request",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "include_attachment_summary",
    "label": "List the supporting records in the letter",
    "type": "checkbox",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "evidence",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "attachment_summary",
    "label": "Supporting records enclosed",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "evidence",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "include_attachment_summary",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "signature",
    "label": "Borrower signature",
    "type": "signature",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "facts_acknowledged",
    "label": "I reviewed the generated packet and confirm its account details, dates, amounts, and factual statements are accurate.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "product_limits_acknowledged",
    "label": "I understand PostalForm prepares and mails the packet but does not provide legal advice, decide Regulation X coverage, stop foreclosure, change payment duties, or guarantee the servicer’s response.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [CFPB: Disputing a mortgage error or requesting information](https://www.consumerfinance.gov/ask-cfpb/how-do-i-dispute-an-error-request-information-about-my-mortgage-en-1855/)
- [CFPB Regulation X: 12 CFR 1024.35](https://www.consumerfinance.gov/rules-policy/regulations/1024/35/)
- [CFPB Regulation X: 12 CFR 1024.36](https://www.consumerfinance.gov/rules-policy/regulations/1024/36/)
- [USPS Certified Mail](https://faq.usps.com/articles/Knowledge/What-is-Certified-Mail)

## Last verified
2026-07-25


## FAQs
- **What mortgage problems fit this packet?** Supported categories include payments that were rejected, misapplied, or credited on the wrong date; escrow tax or insurance problems; an incorrect escrow analysis; unsupported fees; force-placed insurance; inaccurate statements or payoff information; and servicing-transfer errors.
- **Can I request mortgage servicing records too?** Yes. You can include a specific Request for Information about payment history, escrow activity, fees, insurance, payoff calculations, or servicing-transfer records.
- **Where should I mail a Notice of Error?** Use the servicer’s current address designated for Notices of Error or Requests for Information when one is provided. The workflow asks you to verify that address because it may not be the payment address.
- **Can an agent or API use this product?** Yes. The published workflow exposes the same structured fields, recipient binding, signature, attachments, Certified Mail rule, and compliance metadata through PostalForm’s Forms API, MCP, machine-order, MPP, and x402 surfaces.


## Related
- [Bank Fraud Claim & Unauthorized Transfer Dispute Packet](/forms/bank-fraud-unauthorized-transfer-dispute)
- [Cease-and-Desist / No-Contact Request](/forms/cease-and-desist-no-contact)
- [Cancel a Recent Solar Contract](/forms/solar-contract-cancellation)
- [Vehicle Service Contract Cancellation Packets](/forms/vehicle-service-contract-cancellation)
