---
title: "Operation for POST /v2/card/series/"
method: POST
path: "/v2/card/series/"
---

# Operation for POST /v2/card/series/

`POST /v2/card/series/`

Endpoint for POST /v2/card/series/

## Headers

- `Authorization` string

## Request body

- object — Request body as an object
  - `code` string, required
  - `name` string
  - `type` string, required
  - `expiryDays` integer
  - `maxActiveCardsPerCustomer` integer
  - `cardGenerationConfiguration` object
    - `prefix` string
    - `suffix` string
    - `offset` integer
    - `length` integer
    - `method` string
  - `cardGenerationEnabled` boolean
  - `isActive` boolean
  - `trigger` string

## Response `200`

Successful response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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