---
title: "Add Cards To Card Group"
method: POST
path: "/pws/card-groups/{id}/cards"
tags: ["Card Groups"]
---

# Add Cards To Card Group

`POST /pws/card-groups/{id}/cards`

Add cards to a card group. The method is idempotent.

## Path parameters

- `id` string, required

## Headers

- `Client-Id` integer, required
- `Api-Call-Unique-Identifier` string, required

## Request body

- AddCardsRuleGroupModel — Request to add cards to an account or a card group
  - `cards` integer[], required — Card public token list

## Response `200`

Successful Response

- AddRuleGroupResponseModel
  - `header` ResponseHeader
    - `error_id` integer — Error Id
    - `error_desc` string — Error Message
  - `body` AddRuleGroupsResponseBody

## Other responses

- `400` — Invalid request (missing headers, too many tokens, etc)
- `404` — If the card or card group doesn’t exist
- `500` — Internal error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
