---
title: "Changes to Get a Donation"
method: GET
path: "/v1/donations/{id}"
---

# Changes to Get a Donation

`GET /v1/donations/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 41 revisions.

- **2026-07-31** `dc28cadc066e` — 2 warning
- **2026-07-30** `4733829328ca` — 3 info
- **2026-06-29** `b87f7738d336` — 10 breaking, 25 info
- **2026-06-29** `c65f43c5ad90` — 5 warning
- **2026-06-25** `f89b4f376e94` — 15 info
- **2026-06-25** `90671617b825` — 15 breaking, 5 info
- **2026-04-17** `dbf978409927` — 1 info
- **2026-04-17** `60a0df78dd7a` — 6 warning, 6 info
- **2026-04-16** `d910c6cbf22e` — 1 info
- **2026-04-15** `4b2c3282b44b` — 4 info

## Changes

- **2026-07-31** `dc28cadc066e` — 2 warning
  - removed the optional property `lockbox_id` from the response with the `200` status
  - removed the optional property `mail_item_id` from the response with the `200` status
- **2026-07-30** `4733829328ca` — 3 info
  - added the optional property `external_id` to the response with the `200` status
  - added the optional property `lockbox_id` to the response with the `200` status
  - added the optional property `mail_item_id` to the response with the `200` status
- **2026-06-29** `b87f7738d336` — 10 breaking, 25 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `500` status
  - removed the required property `message` from the response with the `400` status
  - removed the required property `message` from the response with the `401` status
  - removed the required property `message` from the response with the `403` status
  - removed the required property `message` from the response with the `404` status
  - removed the required property `message` from the response with the `500` status
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `401`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `403`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `404`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `500`
  - added the required property `detail` to the response with the `400` status
  - added the required property `detail` to the response with the `401` status
  - added the required property `detail` to the response with the `403` status
  - added the required property `detail` to the response with the `404` status
  - added the required property `detail` to the response with the `500` status
  - added the required property `status` to the response with the `400` status
  - added the required property `status` to the response with the `401` status
  - added the required property `status` to the response with the `403` status
  - added the required property `status` to the response with the `404` status
  - added the required property `status` to the response with the `500` status
  - added the required property `title` to the response with the `400` status
  - added the required property `title` to the response with the `401` status
  - added the required property `title` to the response with the `403` status
  - added the required property `title` to the response with the `404` status
  - added the required property `title` to the response with the `500` status
  - added the required property `type` to the response with the `400` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `403` status
  - added the required property `type` to the response with the `404` status
  - added the required property `type` to the response with the `500` status
- **2026-06-29** `c65f43c5ad90` — 5 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `403` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
- **2026-06-25** `f89b4f376e94` — 15 info
  - added the optional property `details/items/debug` to the response with the `400` status
  - added the optional property `details/items/debug` to the response with the `401` status
  - added the optional property `details/items/debug` to the response with the `403` status
  - added the optional property `details/items/debug` to the response with the `404` status
  - added the optional property `details/items/debug` to the response with the `500` status
  - added the optional property `details/items/type` to the response with the `400` status
  - added the optional property `details/items/type` to the response with the `401` status
  - added the optional property `details/items/type` to the response with the `403` status
  - added the optional property `details/items/type` to the response with the `404` status
  - added the optional property `details/items/type` to the response with the `500` status
  - added the optional property `details/items/value` to the response with the `400` status
  - added the optional property `details/items/value` to the response with the `401` status
  - added the optional property `details/items/value` to the response with the `403` status
  - added the optional property `details/items/value` to the response with the `404` status
  - added the optional property `details/items/value` to the response with the `500` status
- **2026-06-25** `90671617b825` — 15 breaking, 5 info
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `400`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `401`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `403`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `404`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `500`
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `403` status
  - removed the required property `error` from the response with the `404` status
  - removed the required property `error` from the response with the `500` status
  - removed the required property `timestamp` from the response with the `400` status
  - removed the required property `timestamp` from the response with the `401` status
  - removed the required property `timestamp` from the response with the `403` status
  - removed the required property `timestamp` from the response with the `404` status
  - removed the required property `timestamp` from the response with the `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `403` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
- **2026-04-17** `dbf978409927` — 1 info
  - removed the `UNSPECIFIED` enum value from the `payment_status` response property for the response status `200`
- **2026-04-17** `60a0df78dd7a` — 6 warning, 6 info
  - added the new `CANCELED` enum value to the `payment_status` response property for the response status `200`
  - added the new `INCOMING_OUTSIDE_CHARIOT` enum value to the `payment_status` response property for the response status `200`
  - added the new `INCOMING_TO_CHARIOT` enum value to the `payment_status` response property for the response status `200`
  - added the new `RECEIVED_IN_CHARIOT` enum value to the `payment_status` response property for the response status `200`
  - added the new `RECEIVED_OUTSIDE_CHARIOT` enum value to the `payment_status` response property for the response status `200`
  - added the new `UNSPECIFIED` enum value to the `payment_status` response property for the response status `200`
  - removed the `PAYMENT_STATUS_CANCELED` enum value from the `payment_status` response property for the response status `200`
  - removed the `PAYMENT_STATUS_INCOMING_OUTSIDE_CHARIOT` enum value from the `payment_status` response property for the response status `200`
  - removed the `PAYMENT_STATUS_INCOMING_TO_CHARIOT` enum value from the `payment_status` response property for the response status `200`
  - removed the `PAYMENT_STATUS_RECEIVED_IN_CHARIOT` enum value from the `payment_status` response property for the response status `200`
  - removed the `PAYMENT_STATUS_RECEIVED_OUTSIDE_CHARIOT` enum value from the `payment_status` response property for the response status `200`
  - removed the `PAYMENT_STATUS_UNSPECIFIED` enum value from the `payment_status` response property for the response status `200`
- **2026-04-16** `d910c6cbf22e` — 1 info
  - added the optional property `payment_status` to the response with the `200` status
- **2026-04-15** `4b2c3282b44b` — 4 info
  - added the optional property `canceled_at` to the response with the `200` status
  - added the optional property `individual_gift_amount` to the response with the `200` status
  - added the optional property `initiation/allOf[#/components/schemas/DonationInitiation]/channel` to the response with the `200` status
  - added the optional property `initiation/allOf[#/components/schemas/DonationInitiation]/dafpay_form` to the response with the `200` status

---

[Operation](https://skmtc.dev/chariot-giving/apis/specs/docs/v1/donations/:id/get.md) · [API](https://skmtc.dev/chariot-giving/apis/specs.md) · [Page](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/donations/:id/get)
