Skip to main content
GET
Get providers

Query Parameters

method
enum<string>

Transactions method supproted by the provider

Available options:
mobile_money,
bank_transfer,
airtime,
credit_card,
cash
Example:

"mobile_money"

country
string

Country code of the provider

Example:

"CI"

status
enum<string>

The status of the provider

Available options:
enabled,
disabled
Example:

"enabled"

names
string[]

The name of the provider

Example:

Response

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,
bank_transfer
Example:

"mobile_money"

currency
string
required

The currency used by the provider. Follows the ISO 4217

Example:

"XOF"