---
title: "Retrieve information about a payment"
method: GET
path: "/payments/{paymentId}"
tags: ["Payments"]
---

# Retrieve information about a payment

`GET /payments/{paymentId}`

Given a `paymentId`, information about the corresponding payment will be returned.

## Path parameters

- `paymentId` string, required — UUID

## Response `200`

OK

- PaymentResponse
  - `message` string — message returned by server side if there is any

## Other responses

- `400` — Bad Request

## Changes

- **2021-08-16** `df240d562bd4` — 2 warning
  - the response required property `payment/creditCard` became not write-only for the status `200`
  - the response required property `payment/creditCard` became not write-only for the status `400`
- **2021-08-04** `a988ec9f3541` — 4 breaking, 2 warning, 4 info
  - removed the media type `text/plain` for the response with the status `400`
  - removed the required property `currency` from the response with the `200` status
  - removed the required property `orderId` from the response with the `200` status
  - removed the required property `totalAmount` from the response with the `200` status
  - …6 more
- **2021-07-20** `704267da2188` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/changes/payments/:paymentId/get.md)

---

[API](https://skmtc.dev/newpathfly/apis/virtual-interlining-api.md) · [All operations](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newpathfly/virtual-interlining-api/revisions/422128cc2430/schema)
