---
title: "List all payment providers with country coverage"
method: GET
path: "/api/v1/payment-providers"
tags: ["Provider Configuration"]
---

# List all payment providers with country coverage

`GET /api/v1/payment-providers`

List all payment providers with country coverage

## Response `200`

Success

- ProviderConfigurationProvidersListResponse — Response containing a list of payment providers
  - `success` boolean, required — Indicates if the request was successful
  - `data` object[], required
    - `name` string, required — Payment provider name
    - `countries` object[], required — Countries where this provider operates
      - `country_code` string, required — Country where the provider operates
      - `is_default` boolean, required — Whether this provider is the default for the country
    - `partners_using` integer — Number of partners using this provider (admin only)

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
