Get list of supported banks

A valid bank ID is required to create a merchant with the bank as a preferred mode of payment. The list of banks with their respective IDs can be obtained here.

Method Endpoint
GET https://tinypesa.com/api/v1/express/banks_list

Success dump

    [
        {
        "name": "ABC Bank",
        "id": "bd01f820-7f2e-11eb-84bc-99d41292b108"
        },
        {
        "name": "Bank of Africa(BOA)",
        "id": "bcec6850-7f2e-11eb-b3d3-ed6ab31db17b"
        }...
    ]