Automated Closure
Sunset can close accounts on your behalf. Instead of tracking closure work manually, you request closure on an account and Sunset handles the rest: we notify the institution of the death, submit the required documentation (including certified death certificates and notarized forms), manage all correspondence and follow-up, flag anything that needs a signature, and deposit the proceeds into the case’s FDIC-insured Sunset estate account. Automated Closure is free and currently supports:Automated Closure is requested from the Sunset app today. API endpoints for requesting and tracking closures programmatically are in development — see the changelog for updates.
How Automated Closure Updates Existing Resources
Automated Closure works with the account and closure-step resources you already use — no schema changes are required to read progress:- The account’s
statusmoves topending_closurewhen a request is accepted andclosedwhen it completes;closed_dateandclosure_methodare set automatically. - The case’s
close_accountsclosure step reflects automated progress: it moves toin_progresswhen the first closure request starts andcompletedwhen every account is resolved. A sub-task is created automatically for each account under closure. - Related steps benefit too: institution notifications sent during closure also advance the
notify_institutionsstep.
Estate Closure
The closure process tracks the steps needed to fully settle an estate. The API provides a structured workflow with ordered steps, sub-tasks, and dependency tracking.Closure Status
Get the overall closure status and all steps:Closure Steps
Steps are processed in order. Each step can depend on previous steps being completed. Steps covered by Automated Closure update automatically; the rest are tracked manually.Step Statuses
Sub-Tasks
Each closure step can have sub-tasks for granular tracking:Institution Contacts
Manage contact information for every financial institution involved in the estate. Contacts can be routed by account type and department.With Automated Closure, Sunset locates estate departments and maintains institution contact information for you. Institution contacts remain fully editable for accounts you manage manually.
Adding a Contact Department
Account Type Routing
Contacts can be configured to handle specific account types:Default Contact
Setis_default_contact: true to make a contact the fallback when no specific department matches the account type.
All Account Types
Leave theaccount_types array empty to make a contact apply to ALL account types.
Debt Subtypes
Whendebt is in the account_types array, you can optionally narrow the contact to specific debt types using debt_subtypes:
Leave
debt_subtypes empty to apply to all debt types.

