---
title: "Create card"
method: POST
path: "/v2/cards"
tags: ["Cards"]
---

# Create card

`POST /v2/cards`

Creates a new card.
The `spend_controls` field is required when `limit_type` = `CARD`.
The `mailing_address` field is required for physical cards and is the shipping address used to send the card; it is not the same as the billing and mailing address used for online purchases.
The first 2 lines of this address must be under 60 characters long. Each user can only have up to 10 active physical cards.
For Empower accounts, this endpoint requires budget management. If your account does not have access to budget management features, a 403 response status will be returned. 
If this is the case and you want to gain access to this endpoint, please contact Brex support.

## Headers

- `Idempotency-Key` string, required

## Request body

- CreateCardRequest — unresolved $ref

## Response `200`

createCard 200 response

- Card — unresolved $ref

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
