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

Query Parameters

method
enum<string>

Transactions method supproted by the provider

Available options:
mobile_money,
bank_transfer,
airtime,
credit_card,
cash
country
string

Country code of the provider

status
enum<string>

The status of the provider

Available options:
enabled,
disabled

Response

200
application/json
id
string
required

Id of the provider

Example:

"pr_9kENiPPutAst3eAbAbVAQ"

name
string
required

Name of the provider

Example:

"Orange"

country
string
required

Country where the provider is deployed. Follows the ISO 3166-1 alpha-2

Example:

"CI"

method
enum<string>
required

The payment method supported by the provider

Available options:
mobile_money,
credit_card
Example:

"mobile_money"

currency
string
required

The currency used by the provider. Follows the ISO 4217

Example:

"XOF"