v1

latestOpenAPI 3.0.12026-07-2679100267.2 KB

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.

get/v1/global-collection/drc/inflow/providers

Headers

Authorizationstring required
Example:Bearer <token>

Bearer token for authentication.

accountIdstring required
Example:890022ce-bae0-45c1-9b9d-ee7872e6ca27

The parent accountId of the business.

Response

List of DRC inflow providers returned successfully.

codestring
descriptionstring

Example response

{
  "code": "00",
  "description": "Successful",
  "data": [
    {
      "code": "MPESA",
      "displayName": "Mpesa"
    },
    {
      "code": "AIRTEL",
      "displayName": "Airtel Money"
    },
    {
      "code": "ORANGE",
      "displayName": "Orange Money"
    }
  ]
}