---
title: "Enroll an account in the IntraFi deposit sweep network"
method: POST
path: "/intrafi_account_enrollments"
---

# Enroll an account in the IntraFi deposit sweep network

`POST /intrafi_account_enrollments`

## Request body

- EnrollAnAccountInTheIntrafiDepositSweepNetworkParameters
  - `account_id` string, required — The identifier for the account to be added to IntraFi.
  - `email_address` string, email, required — The contact email for the account owner, to be shared with IntraFi.

## Response `200`

IntraFi Account Enrollment

- IntrafiAccountEnrollment — IntraFi is a [network of financial institutions](https://www.intrafi.com/network-banks) that allows Increase users to sweep funds to multiple banks. This enables accounts to become eligible for additional Federal Deposit Insurance Corporation (FDIC) insurance. An IntraFi Account Enrollment object represents the status of an account in the network. Sweeping an account to IntraFi doesn't affect funds availability.
  - `account_id` string, required — The identifier of the Increase Account being swept into the network.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the enrollment was created.
  - `email_address` string, nullable, required — The contact email for the account owner, to be shared with IntraFi.
  - `id` string, required — The identifier of this enrollment at IntraFi.
  - `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).
  - `intrafi_id` string, required — The identifier of the account in IntraFi's system. This identifier will be printed on any IntraFi statements or documents.
  - `status` 'pending_enrolling' | 'enrolled' | 'pending_unenrolling' | 'unenrolled' | 'requires_attention', required — The status of the account in the network. An account takes about one business day to go from `pending_enrolling` to `enrolled`.
  - `type` 'intrafi_account_enrollment', required — A constant representing the object's type. For this resource it will always be `intrafi_account_enrollment`.

## Other responses

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

---

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