Skip to main content
GET
/
ghs-payments
/
mobile
/
networks
Get Mobile Networks for GHS Withdrawal
curl --request GET \
  --url https://api.obiex.finance/v1/ghs-payments/mobile/networks \
  --header 'Authorization: Bearer <token>'
{
  "message": "Ok",
  "data": [
    {
      "name": "AIRTELTIGO MONEY",
      "sortCode": "ATM"
    },
    {
      "name": "MTN MOBILE MONEY",
      "sortCode": "MTN"
    },
    {
      "name": "VODAFONE CASH",
      "sortCode": "VOD"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

default - application/json

Get Mobile Networks for GHS Withdrawal

message
string
data
object[]