try {
            $result = $this->executeRest($command);
        } catch (HipayRestResponseException $e) {
            /** retro compatible if old account */
            if ($e->getResponse()->getStatusCode() == '401') {