---
title: "決済の状態を取得する"
method: GET
path: "/payments"
---

# 決済の状態を取得する

`GET /payments`

## Headers

- `Authorization` string

## Response `200`

指定した認証トークンに紐づく決済のリストを返す

- object[]
  - `amount` integer, required — 決済額
  - `status` string, required — 決済の状態

## Other responses

- `400` — 決済トークンが存在しないなど

## Changes

- **2024-12-07** `6871b704e1ee` — 1 info
  - endpoint added
- **2024-12-04** `5bfc45cb36f6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/isucon/apis/isu-payment-gateway/changes/payments/get.md)

---

[API](https://skmtc.dev/isucon/apis/isu-payment-gateway.md) · [All operations](https://skmtc.dev/isucon/apis/isu-payment-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isucon/isu-payment-gateway/revisions/8312f7523c3e/schema)
