public function initiateCheckout($checkoutInformation) 
    {
        $this->useBasicAuthWithApiKey($this->publicApiKey);
        $httpConfig = new HTTPConfig($this->baseUrl . "/v1/checkouts", 
                                     "POST",