---
title: "List credit cards payment methods in an organization"
method: GET
path: "/organization/{organization_id}/payment-method/credit-cards"
tags: ["OrganizationPaymentMethod"]
---

# List credit cards payment methods in an organization

`GET /organization/{organization_id}/payment-method/credit-cards`

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- CreditCardListResponse — CreditCardListResponse
  - `credit_cards` object[], required — Credit Cards
    - `brand` string, required — Brand
    - `create_time` string, required — Create Time
    - `exp_month` integer, required — Exp Month
    - `exp_year` integer, required — Exp Year
    - `last4` string, required — Last4
    - `name` string, required — Name
    - `organization_id` string, required — Organization's ID
    - `payment_method_id` string, required — Payment method ID
    - `state` string, required — Payment method state
    - `update_time` string, required — Update Time

## Other responses

- `404` — Resource not found

---

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