---
title: "Returns information about a single Cash Payment."
method: GET
path: "/v1/cashPayments/{id}"
tags: ["CashPayments"]
---

# Returns information about a single Cash Payment.

`GET /v1/cashPayments/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CashPaymentDto
  - `discount` number, double
  - `bankAccountCode` string
  - `bankAccountId` integer
  - `supplierId` integer
  - `lodgement` number, double
  - `ledger` number, double
  - `detailCollection` string[]
  - `acEntries` AcEntryDto[]
    - `id` integer
    - `accountCode` string
    - `analysisCategoryId` integer
    - `description` string
    - `value` number, double
  - `plaidTransactionId` string
  - `id` integer
  - `bookTranTypeId` integer
  - `acCode` string
  - `note` string
  - `entryDate` string, date-time
  - `procDate` string, date-time
  - `total` number, double
  - `timestamp` string, byte
  - `customFields` AcudfValueDto[]
    - `id` integer
    - `userDefinedFieldId` integer
    - `description` string
    - `value` string

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
