---
title: "Retrieve all payment methods"
method: GET
path: "/api/v2/organizations/{orgSlug}/payments/methods"
tags: ["Payments"]
---

# Retrieve all payment methods

`GET /api/v2/organizations/{orgSlug}/payments/methods`

Retrieve all payment methods. The response body should contain the default payment methods for the organization along with the ones that come from any integrations. 

 Required scopes: `flex.billing.payments.methods.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `locations` string[]

## Response `200`

- PaymentMethodsResultDto
  - `paymentMethods` string[], required — An array of payment methods.

---

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