v1
latestOpenAPI 3.0.02026-07-265892227.1 KBData
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
Example response
[
{
"id": "pr_9kENiPPutAst3eAbAbVAQ",
"name": "Orange",
"country": "CI",
"method": "mobile_money",
"currency": "XOF"
}
]