v1

latestOpenAPI 3.0.02026-07-265892227.1 KB
Data

Get providers

Returns the list of providers available with Hub2

get/data/providers

Query parameters

method'mobile_money' | 'bank_transfer' | 'airtime' | 'credit_card' | 'cash'
Example:mobile_money

Transactions method supproted by the provider

countrystring
Example:CI

Country code of the provider

status'enabled' | 'disabled'
Example:enabled

The status of the provider

namesstring[]

The name of the provider

[
  "mtn",
  "orange"
]

Response

idstring required

Id of the provider

namestring required

Name of the provider

countrystring 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

currencystring required

The currency used by the provider. Follows the ISO 4217

Example response

[
  {
    "id": "pr_9kENiPPutAst3eAbAbVAQ",
    "name": "Orange",
    "country": "CI",
    "method": "mobile_money",
    "currency": "XOF"
  }
]