---
title: "Get a payment method"
method: GET
path: "/spaces/{space_id}/payment/{payment_id}"
---

# Get a payment method

`GET /spaces/{space_id}/payment/{payment_id}`

Returns a single payment method by ID.

## Path parameters

- `space_id` string, required
- `payment_id` string, required

## Response `200`

Payment method

- PaymentMethod — A payment method on file for a space.
  - `id` string, required — Payment method ID.
  - `primary` boolean, required — True if this is the primary payment method for the space.
  - `pending_deletion` boolean, required — True if deletion has been scheduled for this payment method. The deletion can be cancelled until processed.
  - `brand` string, required — Card brand (e.g. `visa`, `mastercard`).
  - `last4` string, required — Last four digits of the card number.
  - `exp_month` integer, required — Card expiration month (1-12).
  - `exp_year` integer, required — Card expiration year (four digits).

## Other responses

- `default` — Error response

## Changes

- **2026-08-11** `42816b90d8d6` — 1 warning
  - added the new `signups_disabled` enum value to the `code` response property for the response status `default`
- **2026-06-23** `d0e78bae6ce1` — 1 warning
  - added the new `compute_limit_exceeded` enum value to the `code` response property for the response status `default`
- **2026-06-22** `bdf92f48aec1` — 1 info
  - added the optional property `code` to the response with the `default` status
- **2026-04-17** `a7becb6668ec` — 1 warning
  - removed the optional property `code` from the response with the `default` status

[Change history](https://skmtc.dev/timescale/apis/ghost-api/changes/spaces/:space_id/payment/:payment_id/get.md)

---

[API](https://skmtc.dev/timescale/apis/ghost-api.md) · [All operations](https://skmtc.dev/timescale/apis/ghost-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timescale/ghost-api/revisions/42816b90d8d6/schema)
