decodePrimaryKey($company_gateway_id)); /** @var \App\Models\Client $client */ $client = Client::find($this->decodePrimaryKey($client_hash)); return $company_gateway ->driver($client) ->processWebhookRequest($request); } }