Skip to main content
GET
Get supported countries
Get a list of all supported countries with their configurations, filterable by service type, currency, and status.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

serviceType
enum<string>

Filter by service type

Available options:
DEPOSIT,
CARD_DEPOSIT,
WITHDRAW,
DETAILS,
NAME_LOOKUP
Example:

"WITHDRAW"

currency
string

Filter by currency

Example:

"KES"

countryCode
string

Filter by country code (e.g., KE, NG, GH)

Example:

"KE"

isActive
boolean

Filter by active status

Example:

true

Response

success
boolean
Example:

true

message
string
Example:

"Countries retrieved successfully"

data
object[]