---
title: "Get Payment Method"
method: GET
path: "/api/v1/payment-methods/{id}"
tags: ["Payment Methods"]
---

# Get Payment Method

`GET /api/v1/payment-methods/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `paymentMethod` PaymentMethodClientSelectSchema, required
    - `id` string, required
    - `createdAt` integer, required — Epoch milliseconds.
    - `updatedAt` integer, required — Epoch milliseconds.
    - `livemode` boolean, required
    - `customerId` string, required
    - `pricingModelId` string, required
    - `billingDetails` object, required
      - `name` string, nullable
      - `email` string, nullable
      - `address` object, required
        - `name` string, nullable
        - `line1` string, nullable
        - `line2` string, nullable
        - `city` string, nullable
        - `state` string, nullable
        - `postal_code` string, nullable
        - `country` string, required
        - `address` object, nullable
          - `name` string, nullable
          - `line1` string, nullable
          - `line2` string, nullable
          - `city` string, nullable
          - `state` string, nullable
          - `postal_code` string, nullable
          - `country` string, required
    - `type` 'card' | 'link' | 'us_bank_account' | 'sepa_debit', required
    - `default` boolean, required
    - `paymentMethodData` object, required
    - `metadata` Metadata — JSON object

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-01-14** `7fcbd2dbf3c1` — 1 info
  - added the required property `paymentMethod/pricingModelId` to the response with the `200` status
- **2025-10-18** `a1eeb4fac4d6` — 28 breaking, 1 warning, 10 info
  - the response property `paymentMethod/billingDetails/address/city` became optional for the status `200`
  - the response property `paymentMethod/billingDetails/address/line1` became optional for the status `200`
  - the response property `paymentMethod/billingDetails/address/line2` became optional for the status `200`
  - the response property `paymentMethod/billingDetails/address/postal_code` became optional for the status `200`
  - …35 more
- **2025-04-28** `00982324965d` — 4 info
  - added the optional property `paymentMethod/billingDetails/address/address/name` to the response with the `200` status
  - added the optional property `paymentMethod/billingDetails/address/name` to the response with the `200` status
  - added the required property `paymentMethod/createdByCommit` to the response with the `200` status
  - added the required property `paymentMethod/updatedByCommit` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/payment-methods/:id/get.md)

---

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