Miscellaneous Data API

Fetch real-time system data such as supported banks, mobile money channels, and other configuration data.

Endpoint Information

GET https://api.moolre.com/open/transact/data

To test in sandbox, use https://sandbox.moolre.com/open/transact/data instead.

Query Parameters

ParameterTypeRequiredDescription
countrystringYesCountry code (e.g., gha).
datastringYesType of data to fetch (e.g., banks).

Response Examples

200 - Success

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
}

← Back to AI Documentation Index | View Full API Reference