Skip to main content
GET
/
api
/
v3
/
customer
/
support
/
countries
/
{countryCode}
Get detailed country information
curl --request GET \
  --url https://sandbox-api.kotanipay.com/api/v3/customer/support/countries/{countryCode} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Country details retrieved successfully",
  "data": {}
}
Get comprehensive details about a specific country including supported currencies, networks, banks, and service availability.

Authorizations

Authorization
string
header
required

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

Path Parameters

countryCode
string
required

Country code (e.g., KE, NG, GH)

Example:

"KE"

Response

success
boolean
Example:

true

message
string
Example:

"Country details retrieved successfully"

data
object