Settle Africa Docs
  • Welcome
  • Authentication
  • Transfers
    • Sending
    • Receiving
    • Verification/Single Transfer
    • Transactions History
    • Fees & Speed Estimate
  • Data & Details
    • Banks & Mobile Money
    • Countries
    • Resolve Account Names
    • Exchange Rates
Powered by GitBook
On this page

Was this helpful?

  1. Data & Details

Countries

List of countries

This API fetches all the countries Settle is available for sending and receiving of transfers.

Endpoint: https://settle.africa/countries

GET https://settle.africa/countries  HTTP/1.1
id: 5563678883
token: tegdghh66353l
expiry: 29/11/2024 12:23:23

{
    "status": "Success",
    "code": 0,
    "message": "Countries List",
    "data": [
	{
            "id": "65",
            "name": "Egypt",
            "phone": "20",
            "iso": "EG",
            "rate": 3.6783763469230766
        },
	...
    ]
}

Last updated 1 year ago

Was this helpful?