---
title: Mail completed bankruptcy documents and correspondence online
description: Print and mail already-prepared bankruptcy-related documents to a verified court, trustee, creditor, attorney, or other recipient.
seotitle: Mail completed bankruptcy documents and correspondence online
seo-description: Print and mail already-prepared bankruptcy-related documents to a verified court, trustee, creditor, attorney, or other recipient.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/bankruptcy-correspondence-packets/thumbnail
og-image-alt: Bankruptcy Correspondence Mailing Packets generated form preview
published: 2026-07-10
updated: 2026-07-11
tags:
  - bankruptcy
  - bankruptcy court
  - trustees
  - creditors
  - legal correspondence
  - court documents
path: /forms/bankruptcy-correspondence-packets
---
# Mail completed bankruptcy documents and correspondence online

Print and mail already-prepared bankruptcy-related documents to a verified court, trustee, creditor, attorney, or other recipient.

## How it works
1. **Verify the recipient, address, mail-acceptance rule, privacy requirements, filing or service method, copies, fees, and deadline.** - 
2. **Upload the completed primary document and any supporting documents in print order.** - 
3. **Enter the case and recipient details used to route the packet.** - 
4. **Review the packet, choose a mailing option, and confirm filing or receipt with the court or recipient afterward.** -


## Form summary
Bankruptcy Correspondence Mailing Packets is an upload-first service for completed bankruptcy court documents, trustee responses, creditor correspondence, claim-related materials, and other case communications. PostalForm prints and mails the files the user provides. It does not prepare a bankruptcy petition, select forms, give legal advice, file electronically, serve parties, or confirm court acceptance.

## What you need
- A completed bankruptcy-related document that is ready to print and send
- The exact court, clerk, trustee, creditor, attorney, or other recipient and current mailing address
- Any applicable case number, debtor or estate name, chapter, signatures, declarations, fees, copies, exhibits, and service documents
- Removal or proper handling of full Social Security numbers, account numbers, birth dates, and other protected information under the applicable privacy rules
- Confirmation that the recipient accepts this document by mail and that the timing and method satisfy current requirements
- Completed bankruptcy document or correspondence (required) — Upload one final PDF containing the completed primary document. Confirm signatures, case details, privacy redactions, and formatting before uploading.
- Exhibits and supporting documents (optional) — Upload cover sheets, certificates, declarations, claim materials, exhibits, or other documents that should follow the primary document, in print order.

## Data collected
- Bankruptcy recipient type and completed document purpose
- Debtor or estate name, optional chapter, case status, and optional case number
- Sender name and return mailing address
- Bankruptcy court, trustee, creditor, law office, or other verified recipient and address
- Optional deadline and handling notes
- Primary document PDF, optional supporting documents, and required bankruptcy-process acknowledgements

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

## Packet order
- Completed primary bankruptcy document or correspondence
- Required cover sheet, declaration, certificate, or other filing component when included
- Exhibits and supporting documents in the user's uploaded order

## Common mistakes
- Mailing a document to the wrong court division, trustee, creditor address, or law office.
- Omitting the case number, debtor name, signature, declaration, fee, exhibit, or certificate required for the submission.
- Uploading unredacted personal identifiers contrary to bankruptcy privacy rules.
- Treating correspondence to a trustee or creditor as a filing with the bankruptcy court.
- Assuming USPS delivery proves filing, service, allowance of a claim, or compliance with a deadline.

## Agent summary
Collect a completed bankruptcy-related primary PDF, optional supporting documents, recipient type, document purpose, existing-case details, debtor or estate name, optional chapter, sender and recipient addresses, deadline context, and acknowledgements for mail acceptance, privacy redaction, filing and service requirements, and the limits of PostalForm. Do not prepare bankruptcy forms, advise whether to file bankruptcy, or claim that mailing completes filing, service, a claim, or deadline compliance.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/bankruptcy-correspondence-packets/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: recipient_type, document_type, document_title, case_status, debtor_or_estate_name, case_number, sender_name, sender_address, recipient_company_name, recipient_name, recipient_address, mail_acceptance_acknowledged, requirements_acknowledged, no_physical_enclosures_acknowledged, privacy_acknowledged, not_filed_acknowledged, not_legal_advice_acknowledged
- Attachment IDs: primary_document, supporting_documents
- Notes: Do not advise a user whether or how to seek bankruptcy relief, select or complete forms, calculate deadlines, or claim that a court, trustee, creditor, or attorney accepts a document by mail. Direct users to the specific court, official forms, case notice, trustee, or recipient instructions. Mailing does not establish filing, service, receipt, or allowance of any request or claim.

## LLM field schema
```json
[
  {
    "id": "recipient_type",
    "label": "Who should receive this packet?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "document_type",
    "label": "Completed document or correspondence type",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "document_title",
    "label": "Document or packet title",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_status",
    "label": "Is this connected to an existing bankruptcy case?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "debtor_or_estate_name",
    "label": "Debtor or bankruptcy estate name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_number",
    "label": "Bankruptcy case number",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "case_status",
      "operator": "equals",
      "value": "Yes — an existing case"
    },
    "compound_subfields": null
  },
  {
    "id": "bankruptcy_chapter",
    "label": "Bankruptcy chapter (optional)",
    "type": "select",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_name",
    "label": "Sender full name or organization",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_role",
    "label": "Sender role (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_address",
    "label": "Return mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_company_name",
    "label": "Court, trustee office, creditor, firm, or recipient organization",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_name",
    "label": "Clerk, trustee, attorney, department, or attention line",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_address",
    "label": "Verified recipient mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "response_or_filing_deadline",
    "label": "Filing, response, claim, or delivery deadline (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "timing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "packet_notes",
    "label": "Packet and follow-up notes (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "timing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "mail_acceptance_acknowledged",
    "label": "I verified that this recipient accepts this document by mail and confirmed the correct address.",
    "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": "requirements_acknowledged",
    "label": "I reviewed current requirements for signatures, declarations, copies, fees, formatting, filing, service, and deadlines.",
    "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": "no_physical_enclosures_acknowledged",
    "label": "I confirmed this submission requires no cashier's check or money order, wet-ink original, self-addressed return envelope, or extra physical copy that is not already printable in my upload.",
    "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": "privacy_acknowledged",
    "label": "I reviewed the packet for protected personal identifiers and applied the privacy and redaction rules that govern this submission.",
    "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": "not_filed_acknowledged",
    "label": "I understand mailing and delivery do not prove filing, service, claim allowance, court acceptance, or docketing, and I will verify status separately.",
    "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": "not_legal_advice_acknowledged",
    "label": "I understand PostalForm does not prepare or review bankruptcy documents and does not provide legal advice.",
    "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
- [U.S. Courts: Bankruptcy Forms](https://www.uscourts.gov/forms-rules/forms/bankruptcy-forms)
- [U.S. Courts: Find a Federal Court](https://www.uscourts.gov/federal-court-finder/find)
- [U.S. Courts: Find a Case (PACER)](https://www.uscourts.gov/court-records/find-a-case-pacer)
- [USPS: Proof of mailing and delivery services](https://www.usps.com/ship/insurance-extra-services.htm)

## Last verified
2026-07-11


## FAQs
- **Can PostalForm prepare a bankruptcy petition for me?** No. This workflow only prints and mails completed documents that you provide. PostalForm does not select or prepare bankruptcy forms or provide legal advice.
- **Can I mail documents to a bankruptcy trustee or creditor?** Yes, when you have completed documents and a verified recipient address. Check the case notice, court docket, trustee instructions, or creditor correspondence for the correct destination and method.
- **Can I use this to file a document with bankruptcy court?** Only if the specific court accepts that document from you by mail. Confirm local rules, the clerk's address, copies, fees, signatures, privacy, and deadline requirements first.
- **Does delivery mean my document was filed or my claim was allowed?** No. USPS tracking only describes the mailpiece. Follow up using the court docket or the recipient's official process to confirm what happened after delivery.


## Related
- [Court Document Mailing Packets](/forms/court-document-mailing-packets)
- [Probate and Estate Correspondence Mailing Packets](/forms/probate-estate-correspondence-packets)
