> For the complete documentation index, see [llms.txt](https://docs.settle.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settle.africa/data-and-details/banks-and-mobile-money.md).

# Banks & Mobile Money

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

{% hint style="info" %}
**Endpoint:** <https://settle.africa/fis/{countryId}>
{% endhint %}

* CountryId: The Id of the receiving Country.

{% tabs %}
{% tab title="Request" %}

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


```

{% endtab %}

{% tab title="Response" %}

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

```

{% endtab %}
{% endtabs %}
