Skip to main content

Instant Inheritance

Instant Inheritance moves money out of a deceased person’s bank account and into the case’s FDIC-insured Sunset estate account without corresponding with the bank at all. No username, no password, no branch visit, and no months of estate-department paperwork. Where a normal bank closure takes weeks or months, an approved Instant Inheritance transfer settles in a few business days. Sunset approves an account for Instant Inheritance only after it has independently confirmed the account and the requester’s authority over the estate. Accounts that do not qualify are still closed by Sunset, through Automated Closure.
Instant Inheritance is free, like the rest of Automated Closure. It currently covers deceased-held bank accounts (checking, savings, money market). Retirement, brokerage, and life insurance proceeds continue to move through Automated Closure.

The Flow

  1. Read the account’s eligibility.
  2. If the account is eligible, request a transfer.
  3. Poll the transfer until it reaches completed.
  4. Read the settled funds on the estate account and the case’s closure step.

1. Check Eligibility

Every bank account on a case carries an instant_inheritance summary:

Eligibility Values

Sunset re-evaluates every account continuously as searches, documents, and verification complete, so an account may move from ineligible to eligible without any action on your part. max_transfer_amount is null unless the account is eligible.
Most accounts will not be eligible on day one. Poll the account rather than treating ineligible as final: an account that reads ineligible this morning may read eligible this afternoon. Nothing is lost either way, since an account Sunset cannot transfer instantly is closed through the normal Automated Closure path.

2. Request a Transfer

Omit amount to transfer the full confirmed available balance. Omit estate_account_id to use the case’s primary estate account.
Requesting a transfer on an account that is not eligible returns 422:
Always send an Idempotency-Key on POST /transfers. A retried request without one can move money twice. Keys expire after 24 hours.

3. Track the Transfer

List every transfer on a case, optionally filtered:

Transfer Statuses

Return Codes

A returned transfer carries the NACHA return code: A returned transfer never blocks the account: Sunset reverts the account to the normal closure path automatically.

4. Cancel a Transfer

A transfer can be cancelled while its status is requested, verifying, or approved:
Once the status is submitted, the transfer is with the ACH network and cannot be stopped. Cancelled transfers stay on the case for audit purposes; transfers are never deleted.

Limits and Safeguards

  • One in flight per account. A second request while instant_inheritance.active_transfer_id is set returns 422.
  • Never more than the confirmed balance. amount cannot exceed max_transfer_amount.
  • Authority is required, always. Sunset does not transfer without verified authority over the estate.
  • Funds land in the estate account only. Transfers cannot be directed to a personal account. Distribution to beneficiaries happens later, through distributions.

How Transfers Update Existing Resources

Instant Inheritance works with the resources you already read:
  • The bank account’s status moves to pending_closure when a transfer is submitted and closed when it completes, with closure_method set to instant_inheritance.
  • instant_inheritance.transferred_amount accumulates the settled total for that account.
  • The estate account receives a transaction of type estate_deposit on settlement.
  • The case’s close_accounts closure step advances the same way it does for any other Automated Closure.