---
title: "List payment methods"
method: GET
path: "/billing/payment-methods"
tags: ["billing"]
---

# List payment methods

`GET /billing/payment-methods`

## Query parameters

- `company_id` string
- `customer_external_id` string, required
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` PaymentMethodResponseData[], required
    - `account_last4` string, nullable
    - `account_name` string, nullable
    - `bank_name` string, nullable
    - `billing_email` string, nullable
    - `billing_name` string, nullable
    - `card_brand` string, nullable
    - `card_exp_month` integer, nullable
    - `card_exp_year` integer, nullable
    - `card_last4` string, nullable
    - `company_id` string, nullable
    - `created_at` string, date-time, required
    - `customer_external_id` string, required
    - `environment_id` string, required
    - `external_id` string, required
    - `id` string, required
    - `payment_method_type` string, required
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe', required
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters
    - `company_id` string
    - `customer_external_id` string
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 37 could not be searched.

- **2026-07-15** `3baa54bf8b3f` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `250.00`
  - for the `query` request parameter `limit`, the min was set to `0.00`
- **2026-06-05** `c0d7b479cd11` — 1 warning
  - added the new `metronome` enum value to the `data/items/provider_type` response property for the response status `200`

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/billing/payment-methods/get.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
