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

# Retrieve information about a payment

`GET /booking/payments/{paymentId}`

A `PaymentResponse` containing the `Payment` information will be returned, given a specific `paymentId`.

## Path parameters

- `paymentId` string, required — UUID

## Response `200`

OK
> This is an `PaymentResponse` containing the `Payment` with a unique `paymentId` that can be referred to when obtaining the `Payment`.

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

## Other responses

- `400` — Bad Request > Check if anything incorrect or missing in the given `Payment`. See `message` for any error message.

## Changes

> 14 revisions in range; 1 could not be searched.

- **2021-11-12** `c3e56ec8db70` — 1 info
  - endpoint added
- **2021-07-20** `704267da2188` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/changes/booking/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/5e3990fa16fa/schema)
