JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr * @license https://opensource.org/licenses/MIT MIT License * @link https://api.xendit.co */ use Xendit\Xendit; require 'vendor/autoload.php'; Xendit::setApiKey('SECRET_API_KEY'); $params = array( 'for-user-id' => '' //The sub-account user-id that you want to make this transaction for (Optional). ); $getBalance = \Xendit\Balance::getBalance('CASH', $params); var_dump($getBalance);