---
title: "Changes to Get specific cash deposit"
method: GET
path: "/ledger/cash-deposits/{reference}"
---

# Changes to Get specific cash deposit

`GET /ledger/cash-deposits/{reference}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 6 revisions.

- **2026-08-21** `76329919f8a7` — 2 info
- **2026-08-13** `35fe01ca087b` — 1 info
- **2026-07-27** `b633da58d085` — 1 breaking, 6 info
- **2026-07-26** `a3c4e2742615` — 6 breaking, 1 warning, 4 info

## Changes

- **2026-08-21** `76329919f8a7` — 2 info
  - added the optional property `feeAmount` to the response with the `200` status
  - added the optional property `feeInclusive` to the response with the `200` status
- **2026-08-13** `35fe01ca087b` — 1 info
  - added the optional property `paymentDetails/paymentMethods` to the response with the `200` status
- **2026-07-27** `b633da58d085` — 1 breaking, 6 info
  - the `paymentDetails/details` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `paymentDetails/details/reference` to the response with the `200` status
  - removed `#/components/schemas/CashAccountDetails` from the `paymentDetails/details` response property `allOf` list for the response status `200`
  - added discriminator to `paymentDetails/details` response property for the response status `200`
  - added the required property `paymentDetails/details/accountInfoType` to the response with the `200` status
  - added the required property `paymentDetails/details/accountName` to the response with the `200` status
  - added the required property `paymentDetails/details/accountNumber` to the response with the `200` status
- **2026-07-26** `a3c4e2742615` — 6 breaking, 1 warning, 4 info
  - the response property `paymentDetails/details` became nullable for the status `200`
  - the response property `paymentDetails/details` became optional for the status `200`
  - the `paymentDetails/details` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `paymentDetails/details/accountInfoType` from the response with the `200` status
  - removed the required property `paymentDetails/details/accountName` from the response with the `200` status
  - removed the required property `paymentDetails/details/accountNumber` from the response with the `200` status
  - removed the optional property `paymentDetails/details/reference` from the response with the `200` status
  - the endpoint scheme security `HMACAuth` was added to the API
  - the endpoint scheme security `authToken` was removed from the API
  - added `#/components/schemas/CashAccountDetails` to the `paymentDetails/details` response property `allOf` list for the response status `200`
  - removed discriminator from `paymentDetails/details` response property for the response status `200`

---

[Operation](https://skmtc.dev/nestechops/apis/onboard-external-api-gateway/docs/ledger/cash-deposits/:reference/get.md) · [API](https://skmtc.dev/nestechops/apis/onboard-external-api-gateway.md) · [Page](https://skmtc.dev/nestechops/apis/onboard-external-api-gateway/changes/ledger/cash-deposits/:reference/get)
