v1

latestOpenAPI 3.1.02026-07-26460218.4 KB

Get Networks

Retrieve all supported end financial interfaces (Banks, Mobile Money Networks, E-Wallets)

get/networks

Query parameters

countrystring

Specific country(ISO 3166-2) to retrieve networks for.

Request body

{"stackTrail":"paths:/networks:get:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

200

idstring
codestring
updatedAtstring
statusstring
createdAtstring
accountNumberTypestring
countrystring
namestring
channelIdsstring[]
countryAccountNumberTypestring

Example response

[
  {
    "id": "b0804b93-5899-4ccf-b13b-7d93981f36fd",
    "code": "063",
    "updatedAt": "2022-12-18T23:54:55.380Z",
    "status": "active",
    "createdAt": "2022-12-18T23:54:55.380Z",
    "accountNumberType": "bank",
    "country": "NG",
    "name": "Diamond Bank",
    "channelIds": [
      "81018280-e320-4c81-db2f-6f6d6cy239d8"
    ],
    "countryAccountNumberType": "NGBANK"
  }
]