---
title: "Get payment methods"
method: GET
path: "/v1/billing-accounts/{id}/payment-methods"
tags: ["Billing"]
---

# Get payment methods

`GET /v1/billing-accounts/{id}/payment-methods`

Retrieves the payment methods associated with a billing account.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- BillingAccountPaymentMethods
  - `paymentMethods` BillingAccountPaymentMethod[]
    - `card` PaymentMethodCard
      - `brand` string
      - `country` string
      - `expMonth` string, int64
      - `expYear` string, int64
      - `fingerprint` string
      - `last4` string
    - `id` string
    - `isDefault` boolean
    - `paypal` PaymentMethodPaypal
      - `payerEmail` string
      - `payerId` string
    - `type` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/cudocompute/apis/cudo-compute-service.md) · [All operations](https://skmtc.net/cudocompute/apis/cudo-compute-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cudocompute/cudo-compute-service/revisions/93dc40dababc/schema)
