Country List
GET/v2/disbursement/country-list
This endpoint will return the list of available country code along with it’s name. The country name will be in English
Responses
- 200
- 401
Return an object of all countries with format [country code][country name].
- application/json; charset=UTF-8
- Schema
- Example (from schema)
- Example
Schema
property name* string
{}
{
"100000": "Afghanistan",
"100002": "Albania",
"100003": "Algeria/Aljazair",
"100004": "America Samoa",
"100005": "Andorra",
"100006": "Angola",
"100007": "Anguilla",
"100008": "Antarctica",
"100009": "Antigua And Barbuda",
"100010": "Argentina",
"100011": "Armenia"
}
Sample response when Your Flip api secret key value for Authorization is missing or invalid
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
name string
message string
status integer
{
"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"status": 401
}
Loading...