Test

$url = ” https://api.hubtel.com/v1/merchantaccount
api_key=API_KEY&callback=?”;
$jsondata = file_get_contents($url);
$obj = json_decode($jsondata);

Scroll to Top