---
title: "GET /payment/{id}/"
method: GET
path: "/payment/{id}/"
tags: ["payment"]
---

# GET /payment/{id}/

`GET /payment/{id}/`

## Response `200`

OK

- Payment
  - `id` integer
  - `price` string, decimal, required
  - `date` string, date, required
  - `status` string, required
  - `number` integer, required
  - `gocardless_payment_id` string, nullable
  - `wannme_payment_id` string, nullable
  - `contract` integer, required

---

[API](https://skmtc.net/pazy/apis/pazy-api.md) · [All operations](https://skmtc.net/pazy/apis/pazy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pazy/pazy-api/revisions/065e523f40af/schema)
