---
title: "Get Payment Method Details"
method: GET
path: "/accounts/payment_methods/{id}"
tags: ["hubPaymentMethods"]
---

# Get Payment Method Details

`GET /accounts/payment_methods/{id}`

Retrieve detailed information about a specific payment method, including budget information and associated projects.

## Path parameters

- `id` string, required

## Response `200`

Success

- 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
- `404` — 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)
