---
title: "Changes to Collect card"
method: POST
path: "/card/collect"
---

# Changes to Collect card

`POST /card/collect`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 41 revisions.

- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
- **2025-03-07** `979a6c40552c` — 3 info
- **2025-02-06** `628874ec2e5b` — 1 info

## Changes

- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `401`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `429`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `500`
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `429` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `param` to the response with the `401` status
  - added the optional property `param` to the response with the `429` status
  - added the optional property `param` to the response with the `500` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `429` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `429` status
  - added the required property `message` to the response with the `500` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `429` status
  - added the required property `type` to the response with the `500` status
- **2025-03-07** `979a6c40552c` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2025-02-06** `628874ec2e5b` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/terminaldotshop/apis/terminal-api/docs/card/collect/post.md) · [API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [Page](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/card/collect/post)
