---
title: "Read"
method: GET
path: "/crm/v3/objects/payments/{paymentsId}"
tags: ["Basic"]
---

# Read

`GET /crm/v3/objects/payments/{paymentsId}`

Read an Object identified by `{paymentsId}`. `{paymentsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param.  Control what is returned via the `properties` query param.

## Path parameters

- `paymentsId` string, required

## Query parameters

- `properties` string[]
- `propertiesWithHistory` string[]
- `associations` string[]
- `archived` boolean
- `idProperty` string

## Response `200`

successful operation

- SimplePublicObjectWithAssociations
  - `associations` object
  - `createdAt` string, date-time, required
  - `archived` boolean
  - `archivedAt` string, date-time
  - `propertiesWithHistory` object
  - `id` string, required
  - `properties` object, required
  - `updatedAt` string, date-time, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-payments.md) · [All operations](https://skmtc.net/hubspot/apis/crm-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-payments/revisions/68e0c18a565e/schema)
