---
title: "GET /billing/payment_methods"
method: GET
path: "/billing/payment_methods"
tags: ["paymentMethod"]
---

# GET /billing/payment_methods

`GET /billing/payment_methods`

## Response `200`

OK

- PaymentMethod[]
  - `id` string
  - `method_name` string
  - `type` string
  - `state` string
  - `data` object
    - `card_type` string
    - `last4` string
    - `email` string
  - `created_at` string, dateTime
  - `updated_at` string, dateTime

## Other responses

- `default` — error

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
