---
title: "Fetch payment by ID"
method: GET
path: "/Payments/{id}"
tags: ["Payments"]
---

# Fetch payment by ID

`GET /Payments/{id}`

Returns payment details for the supplied payment ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Payment found

- DebituraWebExternalApiContractsV1PaymentsPaymentDto
  - `id` string, uuid
  - `dateCreated` string, date-time
  - `dateUpdated` string, date-time, nullable
  - `date` string, date-time
  - `grossAmount` number, double
  - `recipient` string, nullable, required
  - `method` string, nullable, required
  - `currency` string, nullable, required
  - `invoice` DebituraWebExternalApiContractsV1PaymentsPaymentRelatedInvoiceDto, required
    - `status` string, nullable, required
    - `reference` string, nullable, required
    - `invoiceId` string, uuid

## Other responses

- `400` — ID missing or empty
- `404` — Payment not found

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/versions/46478f2e476f/schema)
