---
title: "List payment methods"
method: GET
path: "/spaces/{space_id}/payment"
---

# List payment methods

`GET /spaces/{space_id}/payment`

Lists payment methods on file for a space.

## Path parameters

- `space_id` string, required

## Response `200`

List of payment methods

- PaymentMethodsResponse
  - `payment_methods` PaymentMethod[], required
    - `id` string, required
    - `primary` boolean, required
    - `pending_deletion` boolean, required
    - `brand` string, required
    - `last4` string, required
    - `exp_month` integer, required
    - `exp_year` integer, required

## Other responses

- `default` — Error response

## Changes

- **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/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/cb6948daa61e/schema)
