---
title: "Create an IntraFi Exclusion"
method: POST
path: "/intrafi_exclusions"
---

# Create an IntraFi Exclusion

`POST /intrafi_exclusions`

## Request body

- CreateAnIntrafiExclusionParameters
  - `entity_id` string, required — The identifier of the Entity whose deposits will be excluded.
  - `fdic_certificate_number` string, required — The FDIC certificate number of the financial institution to be excluded. An FDIC certificate number uniquely identifies a financial institution, and is different than a routing number. To find one, we recommend searching by Bank Name using the [FDIC's bankfind tool](https://banks.data.fdic.gov/bankfind-suite/bankfind).

## Response `200`

IntraFi Exclusion

- IntrafiExclusion — Certain institutions may be excluded per Entity when sweeping funds into the IntraFi network. This is useful when an Entity already has deposits at a particular bank, and does not want to sweep additional funds to it. It may take 5 business days for an exclusion to be processed.
  - `bank_name` string, nullable, required — The name of the excluded institution.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the exclusion was created.
  - `entity_id` string, required — The entity for which this institution is excluded.
  - `excluded_at` string, date-time, nullable, required — When this was exclusion was confirmed by IntraFi.
  - `fdic_certificate_number` string, nullable, required — The Federal Deposit Insurance Corporation's certificate number for the institution.
  - `id` string, required — The identifier of this exclusion request.
  - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
  - `status` 'pending' | 'completed' | 'archived' | 'ineligible', required — The status of the exclusion request.
  - `submitted_at` string, date-time, nullable, required — When this was exclusion was submitted to IntraFi by Increase.
  - `type` 'intrafi_exclusion', required — A constant representing the object's type. For this resource it will always be `intrafi_exclusion`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api-2.md) · [All operations](https://skmtc.net/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api-2/versions/e968bcd4dcf9/schema)
