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

# List custom payment methods in an organization

`GET /organization/{organization_id}/payment-method/custom`

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- PaymentMethodCustomListResponse — PaymentMethodCustomListResponse
  - `custom_methods` object[], required — Custom Methods
    - `create_time` string, required — Create Time
    - `organization_id` string, required — Organization's ID
    - `payment_method_id` string, required — Payment method ID
    - `state` string, required — Payment method state
    - `type` 'disabled' | 'no_payment_expected' | 'partner', required — An enumeration.
    - `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/versions/ecaeabf1da31/schema)
