---
title: "List Payment Methods"
method: GET
path: "/accounts/payment_methods"
tags: ["hubPaymentMethods"]
---

# List Payment Methods

`GET /accounts/payment_methods`

Retrieve all payment methods available in your Hub organization, including monthly arrears and prepayment purchase orders.

## Response `200`

Success

- object
  - `payment_methods` PaymentMethod[]
    - `id` string, uuid, required — Unique identifier for the payment method
    - `type` 'credit_card' | 'invoice' | 'purchase_order', required — Type of payment method
    - `name` string, required — Display name for the payment method
    - `is_default` boolean, required — Whether this is the default payment method
    - `last_four` string, nullable — Last four digits of card (for credit cards)
    - `expires_at` string, date-time, nullable — Expiration date (for credit cards)
    - `created_at` string, date-time — Timestamp when the payment method was added

## Other responses

- `401` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/skywatch/apis/api-specification.md) · [All operations](https://skmtc.net/skywatch/apis/api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skywatch/api-specification/revisions/51f7c5a8d15d/schema)
