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

Banks & Mobile Money

List of Financial Institutions

Last updated 1 year ago

Was this helpful?

This API fetches the list of financial institutions Settle is capable of transacting to in all the countries.

Endpoint:

  • CountryId: The Id of the receiving Country.

GET https://settle.africa/fis/{countryId}  HTTP/1.1
id: 5563678883
token: tegdghh66353l
expiry: 29/11/2024 12:23:23

{
    "status": "Success",
    "code": "0",
    "message": "Banks/MoMo Fetched",
    "data": [
	{
            "id": "65",
            "name": "Langata MFB",
            "Logo": "https://settle.africa/65.png",
            "Charges": 250,
            "Currency": "NGN"
        },
	...
    ]
}
https://settle.africa/fis/{countryId}