---
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

---

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