Skip to main content

Get banks list

GET 

https://core-prod.malipopay.co.tz/api/v1/banks

Returns the list of banks, optionally filtered by country.

Request

Query Parameters

    country string

    Filter banks by country code

Responses

Banks list returned successfully

Schema
    namestring

    Bank name

    Example: CRDB Bank Plc
    countrystring

    Country code where the bank operates

    Example: TZ
    contact object
    telstring
    Example: +255222163000
    faxstring
    Example: +255222163200
    emailemail
    Example: info@crdbbank.co.tz
    websitestring
    Example: www.crdbbank.co.tz
    address object
    postalCodestring
    Example: 268
    citystring
    Example: Dar Es Salaam
    contactPersonstring
    Example: Customer Service
curl -L 'https://core-prod.malipopay.co.tz/api/v1/banks' \
-H 'Accept: application/json'
Request
Base URL
https://core-prod.malipopay.co.tz
Parameters
— query
Response

Click the Send API Request button above and see the response here!