---
title: "Create a Lockbox"
method: POST
path: "/lockboxes"
---

# Create a Lockbox

`POST /lockboxes`

## Request body

- CreateALockboxParameters
  - `account_id` string, required — The Account checks sent to this Lockbox should be deposited into.
  - `description` string — The description you choose for the Lockbox, for display purposes.
  - `recipient_name` string — The name of the recipient that will receive mail at this location.

## Response `200`

Lockbox

- Lockbox — Lockboxes are physical locations that can receive mail containing paper checks. Increase will automatically create a Check Deposit for checks received this way.
  - `account_id` string, required — The identifier for the Account checks sent to this lockbox will be deposited into.
  - `address` object, required — The mailing address for the Lockbox.
    - `city` string, required — The city of the address.
    - `line1` string, required — The first line of the address.
    - `line2` string, required — The second line of the address.
    - `postal_code` string, required — The postal code of the address.
    - `recipient` string, nullable, required — The recipient line of the address. This will include the recipient name you provide when creating the address, as well as an ATTN suffix to help route the mail to your lockbox. Mail senders must include this ATTN line to receive mail at this Lockbox.
    - `state` string, required — The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
  - `check_deposit_behavior` 'enabled' | 'disabled' | 'pend_for_processing', required — Indicates if checks mailed to this lockbox will be deposited.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Lockbox was created.
  - `description` string, nullable, required — The description you choose for the Lockbox.
  - `id` string, required — The Lockbox identifier.
  - `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).
  - `recipient_name` string, nullable, required — The recipient name you choose for the Lockbox.
  - `type` 'lockbox', required — A constant representing the object's type. For this resource it will always be `lockbox`.

## Other responses

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

---

[API](https://skmtc.dev/increase/apis/increase-api.md) · [All operations](https://skmtc.dev/increase/apis/increase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/increase/increase-api/revisions/07202bc3c027/schema)
