---
title: "Get providers"
method: GET
path: "/data/providers"
tags: ["Data"]
---

# Get providers

`GET /data/providers`

Returns the list of providers available with Hub2

## Query parameters

- `method` 'mobile_money' | 'bank_transfer' | 'airtime' | 'credit_card' | 'cash'
- `country` string
- `status` 'enabled' | 'disabled'
- `names` string[]

## Response `200`

- ProviderDto[]
  - `id` string, required — Id of the provider
  - `name` string, required — Name of the provider
  - `country` string, required — Country where the provider is deployed. Follows the ISO 3166-1 alpha-2
  - `method` 'mobile_money' | 'credit_card' | 'bank_transfer', required — The payment method supported by the provider
  - `currency` string, required — The currency used by the provider. Follows the ISO 4217

## Other responses

- `400` — Bad Request
- `500` — Internal error

---

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