Fetch real-time system data such as supported banks, mobile money channels, and other configuration data.
GET https://api.moolre.com/open/transact/data
To test in sandbox, use https://sandbox.moolre.com/open/transact/data instead.
| Parameter | Type | Required | Description |
|---|---|---|---|
country | string | Yes | Country code (e.g., gha). |
data | string | Yes | Type of data to fetch (e.g., banks). |
Data list returned.
{
"status": 1,
"code": "SD01",
"message": "Banks Found",
"data": [
{
"name": "ABSA BANK GHANA LTD",
"code": "030100"
},
{
"name": "ACCESS BANK GHANA LTD",
"code": "030402"
},
{
"name": "ADB BANK GHANA LTD",
"code": "030301"
}
],
"go": null
}