---
title: "GET /v1/global-collection/drc/inflow/providers"
method: GET
path: "/v1/global-collection/drc/inflow/providers"
---

# GET /v1/global-collection/drc/inflow/providers

`GET /v1/global-collection/drc/inflow/providers`

Returns the list of mobile money providers supported for DRC inflow. Use the returned code values as the topupVendor in the Initiate Mobile Money Inflow request.

## Headers

- `Authorization` string, required
- `accountId` string, required

## Response `200`

List of DRC inflow providers returned successfully.

- object
  - `code` string
  - `description` string
  - `data` object[]
    - `code` string — The provider code to use as topupVendor when initiating an inflow.
    - `displayName` string — Human-readable name of the provider.

---

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