---
title: "Get Saved Payment Methods"
method: GET
path: "/v1/billing/payments/methods"
tags: ["billing"]
---

# Get Saved Payment Methods

`GET /v1/billing/payments/methods`

## Response `200`

Successful Response

- SavedPaymentMethodsListResponse
  - `methods` SavedPaymentMethodResponse[], required
    - `id` integer, required
    - `payment_gateway` string, required
    - `payment_method_id` string, required
    - `method_type` string, nullable
    - `card_brand` string, nullable
    - `card_last4` string, nullable
    - `expiry_month` string, nullable
    - `expiry_year` string, nullable
    - `title` string, nullable
    - `is_active` boolean, required
    - `created_at` string, nullable
  - `total` integer, required
  - `message` string, required

---

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