---
title: "Update a Deposit Sweep"
method: PATCH
path: "/deposit_sweep/{id}"
tags: ["Enhanced FDIC Insurance"]
---

# Update a Deposit Sweep

`PATCH /deposit_sweep/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Request body

- object
  - `opted_in` boolean — Boolean identifying whether the account is currently opted in to the Enhanced FDIC insurance program
  - `threshold_balance` string — Threshold balance over which funds should be reported to the deposit sweep network, with two decimal precision. Example: If the `current_balance` of an account was $20 and the `threshold_balance` was $15, a sweep balance of $5 would be reported to the network.

## Response `200`

The deposit_sweep updated

- object
  - `account_id` string — ID of the Account associated with the Deposit Sweep object
  - `bank_id` string — ID of the bank for the deposit sweep account
  - `customer_email` string — Email address of the primary customer associated with the deposit sweep account. This is the email that would be used for enrollment in the deposit sweep network.
  - `customer_id` string — ID of the primary customer (person or business) associated with the deposit sweep account. This is the customer that would be used for enrollment in the deposit sweep network.
  - `customer_identifier` string — The identifier used with the deposit sweep network for the customer. This will be a masked TIN (for US entities with a TIN) or the unique portion of the customer ID (for foreign entities without a TIN).
  - `id` string — Unique identifier for object
  - `network` string — Name of the deposit sweep network associated with the object
  - `network_account_id` string — Identifier used with the network for the deposit sweep account
  - `opted_in` boolean — Boolean identifying whether the account is currently opted in to the Enhanced FDIC insurance program
  - `sweep_balance` string — Current sweep balance reported to the deposit sweep network, with two decimal precision. This will be null when the account has not been reported to the network.
  - `threshold_balance` string — Threshold balance over which funds should be reported to the deposit sweep network, with two decimal precision. Example: If the `current_balance` of an account was $20 and the `threshold_balance` was $15, a sweep balance of $5 would be reported to the network.

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
