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

# List payment methods for an organization

`GET /organization/{organization_id}/payment-methods`

Returns a lightweight list of payment method identifiers and their types for the given organization. This endpoint does **not** return full payment method metadata; it is intended for selection/association workflows where only `(payment_method_id, payment_method_type)` are needed.

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- PaymentMethodsListResponse — PaymentMethodsListResponse
  - `payment_methods` object[], required — Payment Methods
    - `payment_method_id` string, required — Payment method ID
    - `payment_method_type` 'aws_subscription' | 'azure_subscription' | 'bank_transfer' | 'credit_card' | 'gcp_subscription' | 'custom', required — An enumeration.

## 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/versions/ecaeabf1da31/schema)
