Get financial institutions
GEThttps://core-prod.malipopay.co.tz/api/v1/institutions
Returns financial institutions grouped by type.
Responses
- 200
Institutions returned successfully
- application/json
- Schema
- Example (auto)
Schema
property name* object[]
{
"BANK": [
{
"institution_name": "CRDB BANK PLC",
"institution_code": "CRDB"
}
],
"MOBILE_MONEY": [
{
"institution_name": "MPESA",
"institution_code": "MPESA"
}
]
}
- curl
- python
- nodejs
- php
- java
- go
- CURL
curl -L 'https://core-prod.malipopay.co.tz/api/v1/institutions' \
-H 'Accept: application/json'
Response