instanceUrl() . '/cancel'; list($response, $opts) = $this->_request('post', $url); $this->refreshFrom($response, $opts); return $this; } /** * @param array|string|null $opts * * @return Payout The saved payout. */ public function save($opts = null) { return $this->_save($opts); } }