---
title: "List payment providers"
method: GET
path: "/api/payment-providers"
tags: ["Payment Providers"]
---

# List payment providers

`GET /api/payment-providers`

Retrieve all configured payment providers for the tenant. Credentials are never returned.

## Response `200`

List of configured providers (without credentials)

- PaymentProviderResponse[]
  - `id` string, required
  - `providerName` string, required
  - `isActive` boolean, required
  - `priority` number, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Changes

- **2026-02-16** `0e449a4e0dc8` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/novabilling/apis/novabilling-api/changes/api/payment-providers/get.md)

---

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